Skip to content

Commit 3e40de3

Browse files
author
abacus_fixer
committed
docs(agents): add incremental verification rule for multi-step refactors
Add a bullet to the Required Baseline section: for multi-step refactors such as splitting a large .cpp into several files, build and commit after each step rather than batching all changes before verification.
1 parent 51ffb1f commit 3e40de3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ rules. Read the complete governance document before making or reviewing changes:
3131
is required.
3232
- Report the exact verification performed. Do not claim completion without
3333
fresh test or check output.
34+
- For multi-step refactors (e.g., splitting a large `.cpp` into several
35+
files), build and commit after each step rather than batching all changes
36+
before verification. This keeps the blast radius small when a step
37+
surfaces a missing include or instantiation error.
3438

3539
## Repository Map
3640

0 commit comments

Comments
 (0)