You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prompts/verification.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,4 +181,6 @@ Before finalizing, verify:
181
181
- Every finding includes a specific file:line reference and quoted code.
182
182
- The requirements coverage matrix accounts for every requirement, not just the ones that passed.
183
183
- 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.
0 commit comments