mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-14 13:15:13 +00:00
refactor: update agent workflows and orchestrator logic
- Remove redundant `<mission>` section from gem-browser-tester - Add "Reflect" step to gem-documentation-writer for self-review on high-priority or failed tasks - Refactor gem-orchestrator completion phase to generate a walkthrough markdown file instead of a review - Update orchestrator rules to allow direct execution for creating walkthrough files
This commit is contained in:
@@ -25,7 +25,7 @@ Security auditing (OWASP, Secrets, PII), Specification compliance and architectu
|
||||
- Audit: Trace dependencies, verify logic against Specification and focus area requirements.
|
||||
- Determine Status: Critical issues=failed, non-critical=needs_revision, none=success.
|
||||
- Quality Bar: Verify code is clean, secure, and meets requirements.
|
||||
- Reflect (M+ only): Self-review for completeness and bias.
|
||||
- Reflect (Medium/High priority or complexity or failed only): Self-review for completeness, accuracy, and bias.
|
||||
- Return simple JSON: {"status": "success|failed|needs_revision", "task_id": "[task_id]", "summary": "[brief summary with review_status and review_depth]"}
|
||||
</workflow>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user