docs band migration: merge 48 docs, trim 43 files #132
Labels
No labels
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agent-proxy#132
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
This repo declares the
smalldocumentation band, so its caps are40 lines / 3,000 chars per Markdown file and 20
docs/*.md.Measured by running the validator against this checkout:
docs/: 68 files against a 20 cap - 48 to merge awaydocs/*.mdproseThe work
docs/from 68 pages down to 20. Related pages join; a page that only exists because another got too long goes back where it came from.docs/*.mdprose.Merging is the move, not splitting. Splitting one over-long doc into two trades
a size violation for a count violation, which is the whole reason the count cap
exists.
Done means
pre-commit run --all-filesgreen, with no new entry under[tool.agentic-os.documentation-layout] excludes. Excludes still governplacement and flatness and no longer reach either size cap or the count, so
adding one cannot close this issue. A generated file over the cap is a
generator emitting too much, and the fix is the generator.
Take as long as it needs. There is no partial-credit state to reach for.
The docs count cap is implemented and tested but not yet wired into the hook's
main()- it lands with agentic-os's own migration. Sopre-commitwill notfail on the count today. Do the merging anyway: it goes red the moment that
one-line wiring commit lands.
Parent: coilyco-flight-deck/agentic-os#1102. Rationale and the measurements behind the numbers:
docs/documentation-bands.md.
Duplicate of #133, or rather #133 duplicates this one. Both describe the same migration for this repo -
docs/at 68 files against the small-band cap of 20, and 43 files over the per-file cap - filed a day apart, 2026-08-16 and 2026-08-17. #133 carries the extra measurement worth keeping, that merging costs about 3.7 lines per fold, so if only one survives it should probably be that one with this issue's framing folded in.