Free the docs budget by moving warp and aosguard pages into skill references #1397
No reviewers
Labels
No labels
burndown-2026-06
burndown-2026-08
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/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agentic-os!1397
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/ee98-docsbudget"
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?
docs/was at 39 of 40 withaterm.mdat zero chars of headroom and five more pages within 20 chars. Five issues stall on that one wall: #1303, #1274, #1341, #1312, and #1119, whose 18 over-cap file headers carry ~155 lines the rule tells an author to move intodocs/.Merging pages does not solve it: the per-page cap is 120 lines and the merge candidates are ~100 lines each, so any merge overflows.
A skill's
references/takes no size cap (is_skill_reference) and no docs count (check_docs_countglobsdocs/*.mdonly). That is the escapecheck-skillsalready hands an author with an over-long SKILL.md, and seven skills here already use it.docs/warp.md(87l) anddocs/warp-host-setup.md(103l) totooling-warp/references/docs/aosguard.md(116l) totooling-aosguard/references/docs/ is now 36 of 40. Nothing was cut.
Two consequences worth naming:
.specgen/README.mdwas an outpost whose reciprocal target wasdocs/aosguard.md. With that target out ofdocs/the outpost shape no longer applies, so it becomes a homestead naming the skill.docs/warp.mdwith a deep relative path that would have blown the 90-char comment cap, so they name the skill instead.warp/paths.gocarried five pointers to the same page; four were redundant before this move and are gone.Verified: full pre-commit suite green, 759 tests pass, every rewritten link resolves on disk.
Refs #1303