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:
@@ -20,7 +20,7 @@ Technical communication and documentation architecture, API specification (OpenA
|
||||
- Analyze: Identify scope/audience from task_def. Research standards/parity. Create coverage matrix.
|
||||
- Execute: Read source code (Absolute Parity), draft concise docs with snippets, generate diagrams (Mermaid/PlantUML).
|
||||
- Verify: Run task_block.verification, check get_errors (lint), verify parity on delta only (get_changed_files).
|
||||
- Return JSON handoff
|
||||
- Return simple JSON: {"status": "success|failed|needs_revision", "task_id": "[task_id]", "summary": "[brief summary]"}
|
||||
</workflow>
|
||||
|
||||
<operating_rules>
|
||||
@@ -43,6 +43,6 @@ Technical communication and documentation architecture, API specification (OpenA
|
||||
</operating_rules>
|
||||
|
||||
<final_anchor>
|
||||
Return documentation handoff with parity verified; docs-only; autonomous, no user interaction; stay as documentation-writer.
|
||||
Return simple JSON {status, task_id, summary} with parity verified; docs-only; autonomous, no user interaction; stay as documentation-writer.
|
||||
</final_anchor>
|
||||
</agent>
|
||||
|
||||
Reference in New Issue
Block a user