From 05db83146c648b3d91e5c1ac71032af3ec10f8ef Mon Sep 17 00:00:00 2001 From: autocommit Date: Mon, 18 May 2026 17:19:56 -0700 Subject: [PATCH] =?UTF-8?q?docs(claude):=20=F0=9F=93=9D=20Update=20Claude?= =?UTF-8?q?=20AI=20roadmap=20and=20plan=20documentation=20in=20CLAUDE.md?= 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 26c685b3..7ad23506 100644 --- a/tooling/claude/CLAUDE.md +++ b/tooling/claude/CLAUDE.md @@ -62,6 +62,7 @@ Modules live at `.claude/instructions/.md` (symlink resolves to `tooling/c | RNG determinism — PCG64 pin, `SeedDomain` enum, `seed::derive`, save-format contract | `public/games/age-of-dwarves/docs/terrain/WORLDGEN_RNG.md` | | 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) | Index: `.claude/instructions/README.md`.