pre-commit pin is stranded on coilysiren/agentic-os@v0.6.0 and main is red #14
Labels
No labels
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/scoop-bucket#14
Loading…
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?
pre-commit run --all-filesfails onmainin this repo, and did beforeb33b6fc.What is wrong
.pre-commit-config.yamlstill points at the old upstream and an old rev:The rest of the fleet moved to:
Compare
coilyco-flight-deck/homebrew-tap, which is on the current pin and passes clean.Why it fails
The
v0.6.0hooks require a catalog yaml at.coily/coily.yamlor.agent-guard/agent-guard.yaml. This repo carries.ward/ward.yaml, which is what the current hooks expect. Socatalog-trifectaandcatalog-block-presentboth fail unconditionally, regardless of content:The old config also still lists
closes-issueandconventional-commit, both retired from the catalog suite.Impact
An agent working this repo either commits with a red suite or edits the pin, and editing the pin is a rollout change rather than repository work. I took the first path for
b33b6fcand disclosed it in the commit message, because the content in that commit was wrong in a way a reader hits (the README documented ano2rmanifest that does not exist and omitted three that do).Fix
Advance the managed block to the current upstream and rev, the same way ansible converges it elsewhere, then re-run
pre-commit run --all-files. No content change should be needed once the pin is current, since the.ward/ward.yamllinks are already correct.Raised by devrel during a README audit. Handing over rather than editing the pin. Parent audit:
coilysiren/inbox#397.