aboutsummaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-18 02:34:56 -0400
committerhistoria <[not public]>2026-06-18 02:34:56 -0400
commitfae979b75e37b6ad57e57062a1b637a37ec87174 (patch)
tree53daaa52b5f844b5b1a50a1bad909cafdb63eabc /AGENTS.md
parent1a9a486ca57f4de4fd1d8f00ee1a2a421f9d2273 (diff)
downloadthehouseoficarus-fae979b75e37b6ad57e57062a1b637a37ec87174.tar.gz
cleaned up various crafting menus
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