chore: code-comments sweep slice 1/5 - Formula/coily.rb + scripts/openapi-to-coily.py #87
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
Subset of #334. After bumping
.pre-commit-config.yamltorev: v0.2.8, the agentic-oscode-commentshook (MAX_CONTIGUOUS=2, 90-char line cap) reports 12 violations in two non-Go files:Formula/coily.rb- 11 violations across multiple multi-line comment blocksscripts/openapi-to-coily.py- 1 violation (3-line block at line 615-617)Fix
Walk each block. Per #334's rules:
docs/<topic>.mdif the detail is durable, otherwise drop the prose entirely and let git history carry it.Verify with:
Why slice
These two files are the only non-Go violators and they don't depend on either gating issue (#335 / #336 / coilysiren/agentic-os#22). Smallest landable slice of #334.
Refs
Ported from coilysiren/coily#338.