chore(code-comments): clean comment-discipline violations #14
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
The
code-commentspre-commit check (ships from agentic-os) targets two patterns Kai wants gone across her repos:This repo carries 63 latent violations under the current check (v0.16.0): 0 in code, 63 in YAML.
Why these are latent
This repo pins agentic-os v0.14.0, which does enforce YAML, but no commit has run since the rule landed on 2026-06-04. The existing tree is uncaught and the next commit will fail
code-commentsuntil these are cleaned.Scope
Top offenders:
parsers/_registry.yml- 6parsers/dig.yml- 6parsers/nc-zv.yml- 5parsers/ping.yml- 5parsers/ssh-exec.yml- 5parsers/tailscale-ping.yml- 5Done when
- id: code-commentsactive in the managed blockpre-commit run code-comments --all-filespasses with noexcludesgrandfathering, beyond genuinely generated or vendored pathsCross-repo context: the catalogue was built 2026-06-08. Sibling meta-work is tracked in agentic-os (check changes) and infrastructure (ansible version-sync role).