Skip to content

Clean up roadmap: retire solved/speculative items - #17

Merged
5uck1ess merged 2 commits into
mainfrom
chore/roadmap-cleanup
Apr 5, 2026
Merged

Clean up roadmap: retire solved/speculative items#17
5uck1ess merged 2 commits into
mainfrom
chore/roadmap-cleanup

Conversation

@5uck1ess

@5uck1ess 5uck1ess commented Apr 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • Retired 6 roadmap items that are either already solved by existing infrastructure or too speculative
  • Added "Retired" section to ROADMAP.md with rationale for each removal
  • Updated README.md roadmap section to reflect completion

Retired items and rationale

Item Why
Stop hook redesign stop-gate.sh already exits early when no files changed
Cost event hooks Go engine already has overBudget() + addCost()
Execution registry SQLite via lib.DB already tracks steps with status/cost/timing
Preset library 12 YAML workflows + 14 skills already serve this purpose
Framework-specific checklists lang-review.sh covers language patterns; framework rules are per-project via hookify
Conditional hook firing Hooks already self-filter internally

Test plan

  • No code changes, documentation only

5uck1ess added 2 commits April 4, 2026 22:57
…ng infrastructure

All remaining roadmap items were either already addressed by existing
code (stop hook early-exit, budget enforcement, SQLite step tracking,
YAML workflows as presets) or too speculative to justify complexity
(framework checklists, conditional hook firing). Documented rationale
in a Retired section.
Caught by PR review agents: hooks.json registers 10 distinct scripts,
skills/ has 15 entries (scratchpad added recently), and stop hook
retirement rationale was misleading about the firing-every-turn concern.
@5uck1ess
5uck1ess merged commit 0aa8c98 into main Apr 5, 2026
1 check passed
@5uck1ess
5uck1ess deleted the chore/roadmap-cleanup branch April 5, 2026 03:38
5uck1ess added a commit that referenced this pull request Apr 5, 2026
…tree, fix hook count

- Remove deep-research from Coding Principles table (it's an auto-trigger
  workflow, not a coding principle — already in the correct table above)
- Add scratchpad/SKILL.md to repo structure tree (was missing)
- Fix ROADMAP hook consolidation count: 9 → 10 (stale from before PR #17)

Caught by PR review toolkit (code-reviewer + comment-analyzer).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant