Skip to content

Commit 42eff13

Browse files
lesnik512claude
andcommitted
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) <noreply@anthropic.com>
1 parent a132c1e commit 42eff13

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

planning/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,12 @@ carry **no** frontmatter — living prose, dated by git.
7070

7171
### Active
7272

73-
- **[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).
74-
- **[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).
73+
_None._
7574

7675
### Archived (shipped)
7776

77+
- **[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).
78+
- **[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).
7879
- **[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.
7980
- **[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
8081
- **[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

planning/changes/active/2026-06-13.04-docs-accuracy-fixes/change.md renamed to planning/changes/archive/2026-06-13.04-docs-accuracy-fixes/change.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
status: draft
2+
status: shipped
33
date: 2026-06-13
44
slug: docs-accuracy-fixes
55
supersedes: null
66
superseded_by: null
7-
pr: null
8-
outcome: null
7+
pr: f203821
8+
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).
99
---
1010

1111
# Change: Fix verified doc-accuracy bugs from the docs audit

planning/changes/active/2026-06-13.05-docs-audit-followups/change.md renamed to planning/changes/archive/2026-06-13.05-docs-audit-followups/change.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
status: draft
2+
status: shipped
33
date: 2026-06-13
44
slug: docs-audit-followups
55
supersedes: null
66
superseded_by: null
7-
pr: null
8-
outcome: null
7+
pr: 58
8+
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).
99
---
1010

1111
# Change: Docs-audit follow-ups — invariant-enforcement wording + readability

0 commit comments

Comments
 (0)