What problem does it solve?
The Moyu French version codifies a disciplined approach to software edits: it curbs over-engineering by ensuring changes are strictly limited to what the user explicitly requests, reducing waste and review friction.
Core Features & Use Cases
- Enforces scope-limited edits: modify only files the user asked to change.
- Encourages minimal, pragmatic changes: avoids unnecessary refactors, new dependencies, and verbose documentation.
- Promotes explicit confirmation for scope changes: asks for user validation before expanding the change set.
- Use Case: in a PR review, it guides engineers to keep changes focused and auditable.
Quick Start
Follow the Moyu rules: modify only what is requested, ask for confirmation if the scope is unclear, and avoid needless changes.