Skip to content

Commit f6af165

Browse files
lesnik512claude
andcommitted
docs(claude): point at planning/archive, planning/retros, planning/releases
Adds the three new planning/ subtrees to the "Where to find what" bullet list so future contributors and AI agents land in the right place when looking for shipped work, retros, or release notes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a873667 commit f6af165

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Guidance for AI agents (Claude Code, etc.) working in this repository.
1111
- [`planning/engineering.md`](planning/engineering.md) — the distilled design reference: invariants and *why*, the three protocol seams, exception contract, module layout, testing patterns, optional-extras pattern, remaining roadmap. Read this before adding any new module or extension point.
1212
- [`planning/deferred-work.md`](planning/deferred-work.md) — review-surfaced items that are real but not actionable now.
1313
- [`planning/specs/`](planning/specs/) and [`planning/plans/`](planning/plans/) — per-feature design specs and implementation plans (active work).
14+
- [`planning/archive/specs/`](planning/archive/specs/) and [`planning/archive/plans/`](planning/archive/plans/) — shipped or superseded work, kept for historical context.
15+
- [`planning/retros/`](planning/retros/) — release- and epic-level retrospectives.
16+
- [`planning/releases/`](planning/releases/) — per-version release notes (also published on GitHub Releases).
1417

1518
**Per-feature workflow:** brainstorming → spec in `planning/specs/` → writing-plans → plan in `planning/plans/` → executing-plans (or subagent-driven-development) → requesting-code-review → finishing-a-development-branch. Topic slugs are kebab-case descriptions (`msgspec-decoder-adapter`), not story IDs.
1619

0 commit comments

Comments
 (0)