From fae979b75e37b6ad57e57062a1b637a37ec87174 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 18 Jun 2026 02:34:56 -0400 Subject: cleaned up various crafting menus --- AGENTS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'AGENTS.md') 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 -- cgit v1.2.3