github hyhmrright/brooks-lint v1.1.0
v1.1.0 — brooks-sweep: Full Sweep & Auto-Fix

latest releases: v1.3.0, v1.2.3, v1.2.2...
one month ago

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.

Don't miss a new brooks-lint release

NewReleases is sending notifications on new releases.