From c0690875737c3f959a2256dd8499fdc5ad8d2b5f Mon Sep 17 00:00:00 2001 From: Brummel Date: Mon, 11 May 2026 11:20:14 +0200 Subject: [PATCH] iter or.1.2-fix: address quality-review minor + nit --- CLAUDE.md | 2 +- docs/DESIGN.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index a483210..1196fac 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -252,7 +252,7 @@ Existing entries are not retroactively renamed. rationale that does not belong in `docs/DESIGN.md`. Append-only per file; new files are appended via `docs/journals/INDEX.md`. `docs/journals/INDEX.md` is the chronological pointer list, - Boss-maintained, one line per iter. + orchestrator-maintained, one line per iter. - **`docs/journal-archive.md`** is the archived monolithic decisions log for everything pre-2026-05-11. Content-frozen. diff --git a/docs/DESIGN.md b/docs/DESIGN.md index 8b0d665..40ecf9d 100644 --- a/docs/DESIGN.md +++ b/docs/DESIGN.md @@ -46,7 +46,8 @@ evolving in lockstep with the language: development methodology and are versioned with the codebase. See `skills/README.md`. - **Docs** (`docs/`): `DESIGN.md` (canonical state), - `docs/journals/` (per-iter decisions log; see `INDEX.md`) plus the archived `docs/journal-archive.md` for pre-2026-05-11 history, + `docs/journals/` (per-iter decisions log; see `INDEX.md`), + `docs/journal-archive.md` (archived monolith for pre-2026-05-11 history), `roadmap.md` (forward queue), `specs/` (per-milestone design specs), `plans/` (per-iteration implementation plans). - **Tests**: unit tests per crate plus E2E in `crates/ail/tests/e2e.rs`. Every