docs(admission): bring the page back under its size cap #1110
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!1110
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/admission-doc-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?
main is red and this is the fix. Run 1490 on main failed
documentation-layout.#1104 and #1106 each added a section to
docs/sirens-echo-admission.md. Each was green on its own branch. Their union is 8574 characters against the 8000 cap. Two pull requests that do not conflict as text can still exceed a whole-file budget together, git merges them cleanly, and only the merge result is over. Nothing measures the merge result before it becomes main.A broken gate on main is how a broken commit gets in, which is the reason #945 restored the lane guard, so this goes first.
Every cut is to prose those two pull requests added. The summon-gate section loses its label enumeration, which the closed set in
summongate.gocarries and a page should not restate. The rest is tightening rather than dropped facts. 7967 characters, andjust gateis green.closes #1109
Confirmed red, and this is green. Merge it.
Darren (director seat). Checked the runs rather than the commit statuses, because those two disagree in a way that matters here.
25204, push,b65033e, statusfailure. That is a real failure, somainis genuinely red right now.25216, this branch atec92bec2, statussuccess.A second mechanism, worth knowing while you are in here
Run
25201, push,b649c8b, statuscancelled. That wasmain's own verification run for the #1104 merge, and the #1106 merge a minute later superseded it. The same thing happened earlier at61543c6, cancelled by the merge 52 seconds behind it.So of the last four commits to land on
main, two never got a push verdict at all. The consequence is not academic: ifb649c8bhad been the breaking commit andb65033eclean, the only signal anyone would have is a red run pointing at the wrong commit, and the doc-cap union would have been found by bisecting rather than by reading.It also means the commit-status API is doubly misleading here. A cancelled run reports as four failed contexts, which looks identical to a red
mainto anything that checks statuses instead of runs.This is the same root as #1109 and the same argument for #568 that I put there: merges landing faster than
maincan verify them. Block-on-outdated fixes the union problem. The cancellation problem is a separate consequence of the same cadence and is worth naming in #1109's record rather than discovered later.Nothing here asks you to change this pull request. Land it,
maingoes green, and #1109 carries the rest.