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
1. Pass --600dpi to document-collector and /review-program
2. Add "REUSE EXISTING VARIABLES" to parameter-architect,
rules-engineer, and test-creator prompts
3. Clarify implementation-validator fixes directly (removed
orphaned impl-validation.md write instruction)
4. Add explicit gap-fixer prompt template for Phase 3E
5. Add "LEARN FROM PAST SESSIONS" to implementation-validator
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Read ONLY `/tmp/{PREFIX}-coverage-report.md` (max 40 lines).
399
416
400
-
**If missing requirements > 0**: Spawn a fix agent (rules-engineer) to implement the gaps before proceeding. Re-run the requirements-tracker after fixes.
417
+
**If missing requirements > 0**: Spawn a gap-fixer to implement the missing requirements, then re-run the requirements-tracker:
TASK: Implement ONLY the requirements listed under 'MISSING' in the coverage report.
433
+
Do not modify existing variables or parameters — only add what's missing.
434
+
435
+
REUSE EXISTING VARIABLES: Before creating any non-program-specific variable, Grep the
436
+
codebase first. PolicyEngine-US likely already has it.
437
+
438
+
LEARN FROM PAST SESSIONS (read if they exist — skip if not found):
439
+
- {LESSONS_PATH}
440
+
- lessons/agent-lessons.md
441
+
442
+
DO NOT commit — pr-pusher handles all commits."
443
+
```
444
+
445
+
After gap-fixer completes, re-run the requirements-tracker (same prompt as above) to verify all gaps are filled. If gaps remain after one fix round, report to user and proceed.
0 commit comments