Point DEFAULT_HOOK_IDS at the split documentation hooks #1396
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!1396
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/ee98-hookids"
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 latently red.
aos-precommit-v0.60.0, cut by #1392's merge, droppeddocumentation-layoutand shippeddocumentation-placementanddocumentation-size.DEFAULT_REVresolves to the newest matching tag on its own, soDEFAULT_HOOK_IDSstarted naming a hook absent from the rev it points at.Read off the gate log for run 4330. #1392's own CI was green because it ran before that tag existed.
I filed #1393 to do this swap as a follow-up, on the reasoning that #187's ordering test forbids naming an id before a release carries it. That reasoning is right for adding an id and backwards for removing one: because DEFAULT_REV moves by itself, a removal has to land with the release that drops the id, not after it. The comment above the list now says so, so the next reader gets both directions.
Verified
aos-precommit-v0.60.0:.pre-commit-hooks.yamlcarries both new ids and not the old one, so the swap is correct against the rev in force today.Closes #1393