docs: bring the docs tree into the large band #1673
No reviewers
Labels
No labels
burndown-2026-06
pressure-test
sunday-sprint
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/ward!1673
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/aw85-docs-bands"
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?
Refs #1670, part of coilysiren/inbox#374.
The large band Kai assigned turned a 42-to-20 migration into two merges and one generated page.
The generated page
docs/agent-flags.mdwas 142 lines against the 120-line cap. It is generated with a drift test, so the fix is the generator: the emitter wrote a heading, a blank, and a bullet for each of 46 commands. It writes one row per command now, and the page is 53 lines with identical content.TestAgentFlagsMarkdownShapeasserted the heading form and now asserts the row form.Worth knowing: this repo's
pyproject.tomlexcludes that file fromdocumentation-layout, and under the band ruleexcludesno longer reaches a size cap. The exclude still governs placement so it is left alone, but it was not what kept this page legal.The two merges
42 docs to 40, both pairs being one subject split in half:
containerandcontainer-substrate- the filesystem a run gets, and which part of it is authoritative writable work.agent-dispatch-healthandagent-dispatch-recovery- what a restarted broker reconciles, and what the health verb reports.Nine files referencing the merged-away pages are repointed, four of them Go source comments that
source-doc-refswould have caught.Verification
documentation-layoutfromaos-precommit-v0.24.0reports clean.go buildclean, the flag-tree tests pass.One pre-existing failure is untouched and not mine:
code-commentsflagscmd/ward/agent.go:1338, a file this branch does not modify.Timing
ward pins
ea1f4086, which predates the bands, so this lands ahead of the pin bump rather than in response to a red build.