docs(turn-stages): bring the page back under its size cap #1081
No reviewers
Labels
No labels
move-to-repo
coilyco-bridge-deploy
move-to-repo
coilyco-flight-deck-agent-compose
move-to-repo
coilyco-gaming-eco-app
move-to-repo
coilysiren-inbox
move-to-repo
unknown
🔒⚠️📦⚠️🔒 SANDBOXED 🔒⚠️📦⚠️🔒
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
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-gaming/sirens-echo!1081
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/turn-stages-over-cap"
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?
mainis currently failingcatalog-doc-sizeanddocumentation-layout.What happened
#1077 and #1079 both landed content in
docs/sirens-echo-turn-stages.md.Each passed the caps on its own branch, and the merged result was never checked
against them, so the page has been at 8895 chars against a ceiling of 8000
since
ba51431.Reproduce on a clean
main:The fix
Trims the turn-allowance section, the larger of the two additions and mine. The
measurement narrative it carried (round distributions, span counts, the
three-completions decomposition) is preserved in #1076 and the #1077 PR body,
which the section now cites rather than restates. #1079's correction is
untouched.
Back to 7951 chars, 49 of headroom.
The structural part, which this does not fix
docs/is at 40 pages against a 40-page cap, and the pages that couldabsorb overflow are all within a few hundred chars of their own ceiling:
tools.md7987,tuning.md~7900,model-call.md7851,FEATURES.md7924against 8000 each.
So there is nowhere to put a new page and nowhere to move a section, and the
caps are now shaping what gets written rather than catching bloat. That is why
#1077 shipped without a
FEATURES.mdentry and why its prose landed hereinstead of on its own page. Worth deciding whether to merge some pages or move
the band, but that is a call rather than a cleanup, so it is not in this PR.