diff options
| author | historia <[not public]> | 2026-06-27 02:29:55 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-27 02:29:55 -0400 |
| commit | 6f3d21d6e7f01155ce0c461857a053b43d329392 (patch) | |
| tree | 51e96b62deb5f99a3d70c3a15ab94c520a1ee8e8 /AGENTS.md | |
| parent | 3102525d97aa6f1ad152c74b2ccfbd4b3a9b83f5 (diff) | |
| download | thehouseoficarus-6f3d21d6e7f01155ce0c461857a053b43d329392.tar.gz | |
feat: recall/home cmd, line break option
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -153,3 +153,9 @@ Full field reference in `item/item.go`. Key fields: equip_slot, weapon_type, att 1. Add `cmd_<name>.go` in `internal/game/` with `func (g *Game) executeXxx(sess *net.Session, args []string, rawInput string)` 2. Register in `commandRegistry` in `cmd_registry.go` 3. Add help YAML in `data/help/` + +## Known Gaps + +- **Tick subscriber ordering**: `AdvanceActions`, combat subscriptions, mob attack subscriptions, + and hazard ticks are independent subscribers without priority guarantees. A trigger completing + and a mob landing a hit on the same tick have non-deterministic ordering. |
