mirror of
https://github.com/itme-brain/agent-team.git
synced 2026-05-08 15:50:12 -04:00
10 lines
510 B
Markdown
10 lines
510 B
Markdown
# Verification
|
|
|
|
- After making changes, run relevant tests or build commands to verify correctness before reporting success
|
|
- If no tests exist for the changed code, say so rather than silently assuming it works
|
|
- Run single targeted tests by default; run the full suite when requested or when targeted coverage is insufficient
|
|
|
|
# When Things Go Wrong
|
|
|
|
- If an approach fails twice, stop and reassess rather than continuing to iterate
|
|
- Present the failure clearly and propose an alternative before proceeding
|