main is red: documentation-layout rejects all commits (tooling-issue-prioritization 4174 > 4000 cap, regressed by 5f9cd1d) #169
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
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#169
Loading…
Add table
Add a link
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?
Problem
mainfails the dogfoodeddocumentation-layoutpre-commit hook, which isalways_run: true/pass_filenames: false. Because it scans the whole repo onevery commit, any clean commit to this repo is currently rejected:
Reproduced against clean
origin/main(8db332b) viapython -m agentic_os.check_documentation_layout.Root cause
8fac13f("dogfood the full catalog pre-commit suite") added local enforcementof
documentation-layoutand trimmed the file to 3557 chars (under cap).5f9cd1d("express the P1-P4 distribution as even-width bands") grew it back to4174 chars, 174 over the 4000 cap. It landed anyway - almost certainly committed
on a stale local pre-commit env that had not reinstalled the dogfood hook, so the
whole-repo check did not run. A fresh env (or CI) blocks.
Fix options (owner's judgment)
tooling-issue-prioritization/SKILL.mdback under 4000.docs/*.mdwalkthrough and link it.[tool.agentic-os.*]per-path override if thecontent is justified (the pyproject already carries larger-cap opt-ins).
Impact
Blocks every commit to this catalog repo until green, including the doc fix in
coilyco-flight-deck/agentic-os#168. Surfaced while working agentic-os-kai#496
(closes-issue Forgejo-URL rollout).