From 42eff139b0fbf65a95176804507a18bd89c12f75 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sun, 14 Jun 2026 09:42:53 +0300 Subject: [PATCH] chore(planning): archive shipped docs-audit bundles Both docs-audit fix bundles have shipped, so promote them out of active/ per the planning convention: - 2026-06-13.04-docs-accuracy-fixes -> archive/ (status: shipped; pushed to main as f203821) - 2026-06-13.05-docs-audit-followups -> archive/ (status: shipped; #58) Index "Active" is now empty; both lines moved to "Archived (shipped)". Docs-only/bookkeeping; no code or capability change. Co-Authored-By: Claude Opus 4.8 (1M context) --- planning/README.md | 5 +++-- .../2026-06-13.04-docs-accuracy-fixes/change.md | 6 +++--- .../2026-06-13.05-docs-audit-followups/change.md | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) rename planning/changes/{active => archive}/2026-06-13.04-docs-accuracy-fixes/change.md (92%) rename planning/changes/{active => archive}/2026-06-13.05-docs-audit-followups/change.md (94%) diff --git a/planning/README.md b/planning/README.md index e40d49a..a8ed787 100644 --- a/planning/README.md +++ b/planning/README.md @@ -70,11 +70,12 @@ carry **no** frontmatter — living prose, dated by git. ### Active -- **[docs-audit-followups](changes/active/2026-06-13.05-docs-audit-followups/change.md)** (draft, 2026-06-13) — Second batch from the [docs audit](audits/2026-06-13-docs-audit.md): fix the overstated invariant-enforcement claims in `CLAUDE.md` + `architecture/overview.md` (only `print()`/blanket-`type: ignore` are machine-checked), plus readability findings R1–R3 and documenting the public `STATUS_TO_EXCEPTION` (G5). -- **[docs-accuracy-fixes](changes/active/2026-06-13.04-docs-accuracy-fixes/change.md)** (draft, 2026-06-13) — Fix the 5 verified factual errors from the [docs audit](audits/2026-06-13-docs-audit.md): RetryBudget formula, modern-di 2.x recipe, contributing-doc CI/grep claim, `just lint` comment, middleware stable-contracts list (+ AsyncTimeout non-finite wording). +_None._ ### Archived (shipped) +- **[docs-audit-followups](changes/archive/2026-06-13.05-docs-audit-followups/change.md)** (#58, 2026-06-13) — Second docs-audit batch: corrected the overstated invariant-enforcement claims in `CLAUDE.md` + `architecture/overview.md` (only `print()`/blanket-`type: ignore` are machine-checked), readability findings R1–R3, and documented the public `STATUS_TO_EXCEPTION` (G5). +- **[docs-accuracy-fixes](changes/archive/2026-06-13.04-docs-accuracy-fixes/change.md)** (f203821, 2026-06-13) — Fixed 5 verified factual errors from the [docs audit](audits/2026-06-13-docs-audit.md): RetryBudget formula, modern-di 2.x recipe, contributing-doc CI/grep claim, `just lint` comment, middleware stable-contracts list (+ AsyncTimeout non-finite wording). - **[portable-planning-convention](changes/archive/2026-06-13.03-portable-planning-convention/design.md)** (#55, 2026-06-13) — Adopt the portable two-axis convention: per-capability `architecture/` truth files + `changes/` bundles, full history backfill, byte-identical Conventions. - **[circuit-breaker-and-timeout](changes/archive/2026-06-13.02-circuit-breaker-and-timeout/design.md)** (#51, 2026-06-13) — Shipped 0.10.0 — CircuitBreaker + AsyncTimeout - **[msgspec-nested-customtype-fix](changes/archive/2026-06-13.01-msgspec-nested-customtype-fix/design.md)** (#43, 2026-06-13) — Shipped 0.9.1 — nested-CustomType guard diff --git a/planning/changes/active/2026-06-13.04-docs-accuracy-fixes/change.md b/planning/changes/archive/2026-06-13.04-docs-accuracy-fixes/change.md similarity index 92% rename from planning/changes/active/2026-06-13.04-docs-accuracy-fixes/change.md rename to planning/changes/archive/2026-06-13.04-docs-accuracy-fixes/change.md index 8b3ad04..4d1e3a9 100644 --- a/planning/changes/active/2026-06-13.04-docs-accuracy-fixes/change.md +++ b/planning/changes/archive/2026-06-13.04-docs-accuracy-fixes/change.md @@ -1,11 +1,11 @@ --- -status: draft +status: shipped date: 2026-06-13 slug: docs-accuracy-fixes supersedes: null superseded_by: null -pr: null -outcome: null +pr: f203821 +outcome: Shipped — 5 verified doc-accuracy fixes (B1 RetryBudget formula, B2 modern-di 2.x recipe, I1/I2 contributing-doc, I3 middleware contracts, AsyncTimeout wording). Pushed directly to main (no PR). --- # Change: Fix verified doc-accuracy bugs from the docs audit diff --git a/planning/changes/active/2026-06-13.05-docs-audit-followups/change.md b/planning/changes/archive/2026-06-13.05-docs-audit-followups/change.md similarity index 94% rename from planning/changes/active/2026-06-13.05-docs-audit-followups/change.md rename to planning/changes/archive/2026-06-13.05-docs-audit-followups/change.md index e3900cf..a1e98a8 100644 --- a/planning/changes/active/2026-06-13.05-docs-audit-followups/change.md +++ b/planning/changes/archive/2026-06-13.05-docs-audit-followups/change.md @@ -1,11 +1,11 @@ --- -status: draft +status: shipped date: 2026-06-13 slug: docs-audit-followups supersedes: null superseded_by: null -pr: null -outcome: null +pr: 58 +outcome: Shipped via #58 (squash a132c1e) — invariant-enforcement claim corrected in CLAUDE.md + architecture/overview.md, plus readability findings R1/R2/R3 and STATUS_TO_EXCEPTION docs (G5). --- # Change: Docs-audit follow-ups — invariant-enforcement wording + readability