aboutsummaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 3217614..49e0083 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -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