From a4453da4bb95aea2323328d019c31dc04135e4de Mon Sep 17 00:00:00 2001 From: autocommit Date: Mon, 18 May 2026 18:41:42 -0700 Subject: [PATCH] =?UTF-8?q?docs(claude):=20=F0=9F=93=9D=20Update=20CLAUDE.?= =?UTF-8?q?md=20with=20clearer=20examples,=20usage=20cases,=20and=20error?= =?UTF-8?q?=20handling=20for=20the=20Claude=20tool?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- tooling/claude/CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tooling/claude/CLAUDE.md b/tooling/claude/CLAUDE.md index 7ad23506..6e00643f 100644 --- a/tooling/claude/CLAUDE.md +++ b/tooling/claude/CLAUDE.md @@ -63,6 +63,7 @@ Modules live at `.claude/instructions/.md` (symlink resolves to `tooling/c | World-shape presets — 5 axes, JSON schema, preset composition, new-game UI contract | `public/games/age-of-dwarves/docs/terrain/WORLDGEN_PRESETS.md` | | Worldgen pipeline overview — full stage sequence, crate ownership, TileMeta field inventory | `public/games/age-of-dwarves/docs/terrain/WORLDGEN_PIPELINE.md` | | AI architecture, training pipeline, encoder, AlphaZero search, self-play league — `learned:*` controllers, coverage matrix | `docs/ai-production.md` (engineering) + `docs/ai-roadmap.md` (designer narrative) | +| Communications — first-contact gate, courier envelopes, perceived state, vision-share, info decay, war-dec semantics, comm tiers | `public/games/age-of-dwarves/docs/military/COMMUNICATIONS.md` | Index: `.claude/instructions/README.md`.