iter or.1.2-fix: address quality-review minor + nit

This commit is contained in:
2026-05-11 11:20:14 +02:00
parent 7496b00fc3
commit c069087573
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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.
+2 -1
View File
@@ -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