Skip to content

Commit e5d3d82

Browse files
authored
Update AGENTS.md
1 parent d9cd0b4 commit e5d3d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ go test -v -race -coverprofile=coverage.out ./...
151151
Before trival or non-trivial changes, AI agents **must**:
152152

153153
1. **Sample 3–5 intent hypotheses** — rank by likelihood, note one weakness each
154-
2. **Explore edge cases**up to 3 standard, 5 for architectural changes
154+
2. **Explore edge cases**at least 3 standard, 5 for architectural changes
155155
3. **Assess coupling** — structural (imports), temporal (co-changing files), semantic (shared concepts)
156156
4. **Tidy first** — high coupling → extract/split/rename before changing; low → change directly
157157
5. **Surface decisions** — ask the human when trade-offs exist; do exactly what is asked, no more

0 commit comments

Comments
 (0)