feat(repocfg): Makefile target-help parser and verb/target drift linter #102
Labels
No labels
burndown-2026-06
sunday-sprint
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/cli-guard#102
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?
Source:
cmd/coily/lint.go-makeTargetHelp(regex),loadMakefileTargets; plus coily's hand-rolledcoilyVerb/loadCoilyYamlVerbs. Already importscli-guard/repocfg+exitcode.What it does: cross-checks
.coily/coily.yamlverbs against the repoMakefile- each verb'srunmust equalmake <verb>, a matching## desctarget must exist, and descriptions must match. An order-preserving YAML+Makefile drift linter.Generic core (lift this): the Makefile
## desctarget-help parser (makeTargetHelp/loadMakefileTargets) is fully reusable.Refactor required first (the file's own comment flags it): the drift check hand-parses coily's YAML instead of using the
repocfgloader. A generalized linter should (a) consumerepocfgfor the verb list, and (b) lift the hardcodedmakerunner prefix to a parameter. Extract only after that refactor - otherwise you carry the hand-rolled parser upstream.Consumer seams to parameterize: the expected runner prefix (
make); block-message branding.Suggested home (pre-refactor):
repocfg(or a smallmakelinthelper beside it).Done when:
godoc-current.txtregenerated (scripts/check-godoc-current.sh --update)make testgreen both sidesclosesthis issueBacklog burndown 2026-06-17: closing low-priority (P3/P4) to bring the open count to a manageable level. Nothing lost — reopen if this resurfaces. Batch tag:
burndown-2026-06.