docs: stop hand-maintaining the workspace crate count #61
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "docs/drop-hardcoded-crate-count"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #60. #60 correctly fixed the count to 12, but the count has drifted ~4 times (8/10/11/12, README vs AGENTS) because it is hardcoded in 3 spots. Remove the number from README (status line + heading) and AGENTS; the crate table +
Cargo.tomlmembers are the source of truth. Adding/removing a crate now only touches the table — no number to drift. (Same self-tracking principle as ISO version → zot.)