Sig Audit Loop

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

fallow-rs 2ac827c 692 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/.agents/skills/sig-audit-loop commit 2ac827ca8e

Frequently asked questions

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