Skip to content

v1.1.0 — brooks-sweep: Full Sweep & Auto-Fix

Choose a tag to compare

@hyhmrright hyhmrright released this 22 Apr 14:58
· 43 commits to main since this release

What's new

New skill: /brooks-sweep

A single command that both diagnoses and fixes. Instead of running five separate skills and manually applying remedies, /brooks-sweep does it all in one pass:

  1. Unified scan — production decay risks (R1–R6), test decay risks (T1–T6), and architecture analysis in a single pass
  2. Auto-fix — safe, local, reversible changes are applied immediately
  3. Confirm — multi-file or interface-touching changes are presented for user approval
  4. Manual — complex architectural decisions are flagged with full Iron Law entries for human judgment
  5. Sweep Report — Fix Log, Health Score delta (before → after), and residual items
/brooks-sweep                    # Claude Code (short form) / Gemini CLI
/brooks-lint:brooks-sweep        # Claude Code (full form)
$brooks-sweep                    # Codex CLI

Internal: SKILL_GUIDES constant

validate-repo.mjs now derives all three skill-list arrays from a single SKILL_GUIDES constant, eliminating a three-way sync hazard. Future skill additions require only one array entry instead of three.

Upgrade

/plugin marketplace update

No migration required. All existing skill behavior is unchanged.