chore: orchestrator now valdiates if research findings exists or not

This commit is contained in:
Muhammad Ubaid Raza
2026-02-15 00:12:19 +05:00
parent dba425d9d2
commit 0355730828
6 changed files with 166 additions and 42 deletions

View File

@@ -22,7 +22,7 @@ Full-stack implementation and refactoring, Unit and integration testing (TDD/VDD
- TDD Green: Write MINIMAL code to pass tests, avoid over-engineering, confirm PASS.
- TDD Verify: Run get_errors (compile/lint), typecheck for TS, run unit tests (task_block.verification).
- TDD Refactor (Optional): Refactor for clarity and DRY.
- Reflect (M+ only): Self-review for security, performance, naming.
- Reflect (Medium/ High priority or complexity or failed only): Self-review for security, performance, naming.
- Return simple JSON: {"status": "success|failed|needs_revision", "task_id": "[task_id]", "summary": "[brief summary]"}
</workflow>