Sig Audit Loop

Iteratively improve Fallow maintainability using measured SIG audit deltas, retaining only changes that improve the targeted property without regressions.

fallow-rs c2936cc 747 B Updated

File contents

SIG audit loop

  1. Run sig-audit and select one weak property.
  2. Identify a bounded structural change with a measurable expected effect.
  3. Measure before, implement, and measure after with identical settings.
  4. Keep the change only when the target improves and verification remains green.
  5. Repeat until the target is met or further changes have no credible benefit.
  6. Run review before proposing the final result.

Never combine unrelated cleanup into one measurement iteration.

fallow-rs/fallow/tree/main/.claude/skills/sig-audit-loop commit c2936ccbde

Frequently asked questions

npx skillmds@latest add fallow-rs/sig-audit-loop-2