Add core architecture and workflow documentation

This commit is contained in:
Jage9
2026-02-21 16:42:42 -05:00
parent cc17fbe7cc
commit 68bd2cf2ce
7 changed files with 319 additions and 1 deletions

View File

@@ -38,3 +38,13 @@ Summary:
- Client sounds: `client/public/sounds/`
- Server config template: `server/config.example.toml`
- Server runtime items: `server/runtime/items.json`
## Documentation
- Controls/keymap: `docs/controls.md`
- Audio architecture and layers: `docs/audio-architecture.md`
- Item behavior by type: `docs/item-types.md`
- Runtime lifecycle flow: `docs/runtime-flow.md`
- Protocol behavior notes: `docs/protocol-notes.md`
- Item schema reference: `docs/item-schema.md`
- Local dev commands: `docs/local.md`