Skip to content

Commit fe074b7

Browse files
author
ManishM
committed
More rules.
1 parent e10994a commit fe074b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

prompts/verification.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,6 @@ Before finalizing, verify:
181181
- Every finding includes a specific file:line reference and quoted code.
182182
- The requirements coverage matrix accounts for every requirement, not just the ones that passed.
183183
- If the framework guide has verification checks, every one was run and results reported.
184+
- **Check for workarounds:** Look for any code or tests that work AROUND an issue instead of fixing it. Examples: tests that avoid calling certain methods, comments like "this doesn't work so we do X instead", try-catch blocks that swallow errors. These are red flags — the underlying issue should be fixed, not papered over.
185+
- **Review the development summary's Assumptions section.** Verify each assumption is correct. If any assumption is wrong, flag it as a finding.
184186
</self_check>

0 commit comments

Comments
 (0)