What problem does it solve?
It ensures that a non-trivial code change in a LoopX-managed project is reviewed against an exact, fingerprinted diff before delivery or merge, producing a verifiable quality receipt instead of an informal sign-off.
Core Features & Use Cases
- Exact-Scope Review: Prepares a change-quality packet via the LoopX CLI that pins the final diff to a fingerprint, so only the intended files are reviewed.
- Simplify-First Guardrails: Guides the reviewer through reuse and simplification conclusions plus sparse, evidence-backed risks across lenses like type boundaries, error handling, and security.
- Bounded Safe Fix: Permits at most one policy-authorized repair pass, then requires re-preparation so the receipt always matches the latest diff.
- Receipt and Premerge Enforcement: Records a structured result, verifies it, and runs the
canary premerge gate that blocks delivery on unresolved blockers or failed validation.
- Use Case: Before merging a feature branch in a LoopX-managed repository, run the prepare command, review the packet's exact scope, record the receipt, and let the premerge gate confirm the change qualifies.
Quick Start
Ask the agent to run the LoopX change-quality prepare command for your goal against origin/main, review the exact diff, and record the quality receipt before merging.