feat(ansible): version-sync role for agentic-os hook blocks (warn on drift + missing rules) #277
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/infrastructure#277
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?
What
Author an ansible role that converges every workspace repo's managed agentic-os hook block, so version drift and missing rules stop accumulating silently. This is the fleet-rollout half of the code-comments cleanup (catalogue built 2026-06-08, per-repo content issues filed in each repo).
Why
The 2026-06-08 sweep found the fleet spread across agentic-os revs from v0.6.0 to v0.16.0, with
code-commentsenforcement varying by pin (YAML enforcement only landed in v0.14.0). Several repos never listed- id: code-commentsin their managed block at all. The drift is invisible until someone runs a sweep by hand.Scope
revtoward the latest release.code-comments.Note - trivially-tiny repos folded in here
Eight repos carry only 2 hand-written
.coily/coily.yamlcomment lines each after the managed-marker false-positive is removed (tracked in the agentic-os issue): gauntlet, luca, atmosphere, factorio-mods, message-ops, scoop-bucket, sirens-discord-ops, coilysiren. They did not get their own content issue. When this role bumps their pin andcode-commentsstarts enforcing YAML, the hook will surface those two lines on the next commit. Fix inline then.Done when