diff options
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -61,7 +61,7 @@ internal/ | `utils.go` | Helper functions (plural, parseQty, parseChoiceIndex, formatPickupList, etc.) | | `help.go` | Help topic YAML loading and display | | `color.go` | colorMode(), colorize(), colorTag() helpers | -| `table.go` | Unicode/ASCII table rendering for score/option/help | +| `table.go` | Unicode/ASCII table rendering for score/option/help/crafting menus | ## Key Conventions @@ -485,9 +485,9 @@ From `internal/net/server.go`: | `StateChangeDescription` | Setting player description | | `StateTalk` | NPC conversation input | | `StateDropAllConfirm` | Confirming `drop all` | -| `StateRecipeChoice` | Recipe/product selection menu | +| `StateRecipeChoice` | Recipe/product selection table menu (number or name input, enter cancels) | | `StateHowMany` | "How many?" production count prompt | -| `StateSmithProduct` | Smith product selection with table display | +| `StateSmithProduct` | Smith product selection with numbered table (#, name, or partial name input) | | `StateColorChoice` | New account color preference | ## Adding a New Skill |
