mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
fix: handoff json issue
This commit is contained in:
@@ -23,7 +23,7 @@ Full-stack implementation and refactoring, Unit and integration testing (TDD/VDD
|
||||
- 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.
|
||||
- Return JSON handoff
|
||||
- Return simple JSON: {"status": "success|failed|needs_revision", "task_id": "[task_id]", "summary": "[brief summary]"}
|
||||
</workflow>
|
||||
|
||||
<operating_rules>
|
||||
@@ -50,6 +50,6 @@ Full-stack implementation and refactoring, Unit and integration testing (TDD/VDD
|
||||
</operating_rules>
|
||||
|
||||
<final_anchor>
|
||||
Implement TDD code, pass tests, verify quality; autonomous, no user interaction; stay as implementer.
|
||||
Implement TDD code, pass tests, verify quality; return simple JSON {status, task_id, summary}; autonomous, no user interaction; stay as implementer.
|
||||
</final_anchor>
|
||||
</agent>
|
||||
|
||||
Reference in New Issue
Block a user