Adopt baseline agentic-os pre-commit hook block (v0.2.6) #12
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
This repo does not yet enforce the canonical baseline pre-commit hook block shipped by
coilysiren/agentic-os(.pre-commit-hooks.yaml). The baseline pinsrev: v0.2.6and enables the full set of cross-repo validators that every other activecoilysiren/*repo runs.Hooks adopted
catalog-doc-sizecatalog-trifectadocumentation-layoutcode-commentscatalog-block-presentvalidate-skillsdead-cross-linkscloses-issueconventional-commitPlan
coily exec apply-agentic-os-hooksfromcoilysiren/agentic-osto insert the managed upstream-ref block in.pre-commit-config.yaml.pre-commit run --all-filesand fix every reported violation. Common remedies: flattendocs/subdirs, split files over the 80-line / 4000-char cap, collapse multi-line comment blocks, add acatalog:block to.coily/coily.yaml.Cross-ref: coilysiren/agentic-os#61.
Status update (2026-05-24)
Migration was attempted but rolled back. The baseline upstream-ref block at v0.2.7 was added to
.pre-commit-config.yaml, thenpre-commit run --all-filesreported a violation set too large to fix in the migration session. The change was reverted so the repo is not wedged.Required to land
Scope,Project shape,Repo boundaries,Commands,Validation,Safety,Cross-repo contracts,Release,Agent rules,See also). TheSee alsosection must link to README + docs/FEATURES.md + .coily/coily.yaml and citecoilysiren/agentic-os#59.## See alsosection pointing at AGENTS.md + docs/FEATURES.md + .coily/coily.yaml plus the citation..coily/coily.yamlwith a populatedcatalog:block. Schema in coilysiren/agentic-os-kai#420.dependsOn: []is required even when empty.docs/subdirs (use filename prefixes instead).docs/*.md.docs/*.mdand point at it from the code.coily exec apply-agentic-os-hooks --repo <this-repo>andpre-commit run --all-files. Iterate until green.Source rollout
The canonical rollout lives at
coilysiren/agentic-os/scripts/apply-agentic-os-hooks.py. Invoke viacoily exec apply-agentic-os-hooksfrom the agentic-os checkout.