lockdown-deny.sh autogen header exceeds code-comments TOL=2 #85
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
coily lockdown --apply --replacewrites.claude/lockdown-deny.shwith a 5-line contiguous comment header:agentic-os v0.2.8
code-commentsallows max 2 contiguous comment lines, so every coily-managed repo fails the hook on this file. Manual fixes in consumer repos get clobbered the next timecoily lockdownruns anywhere.Fix shape
Shrink the emitted header to <=2 lines in coily's lockdown template:
The coily#248 / cli-guard#74 cross-references are durable but belong in this repo's source, not in every consumer repo's autogen file.
Repro
Surfaced fixing coilysiren/backend#91. Manual in-tree edit landed in coilysiren/backend@5c4cc59 as a known-clobberable workaround until this lands.