chore: code-comments sweep slice 4/5 - cmd/coily core (.go, non-test, non-ops/gh) #90
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. 470 violations across 17
cmd/coily/*.gofiles that aren'tgh_*,ops_*, or*_test.go. The entry-point + core-flow surface:cmd/coily/brew.gocmd/coily/cfg.gocmd/coily/channel.gocmd/coily/denial_reason.gocmd/coily/dispatch.gocmd/coily/git_passthrough.gocmd/coily/hook.gocmd/coily/lint.gocmd/coily/lockdown_driver.gocmd/coily/main.gocmd/coily/mcporter_rewrite.gocmd/coily/passthroughs.gocmd/coily/runner.go(if present)cmd/coily/runtime.gocmd/coily/scoop.gocmd/coily/ssh_passthrough.gocmd/coily/upgrade.goGating
cmd/coily/lockdown_driver.goshipscoilyRenderHookScript, the generator that produces.claude/lockdown-deny.shwith the 5-line header that re-dirties the file on everycoily lockdown --apply. #335 / #336 need to land first so the sweep here also fixes the generator, otherwise nextcoily lockdown --applyre-violates.Fix
Per #334's rules. No
//nolint:or//go:directives inside violation blocks in this slice (the//go:embedand//nolint:are all inops_*), so the transformation is mechanical truncate-to-first-2-lines with grammar preservation.Verify:
Refs
Ported from coilysiren/coily#341.