mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 20:05:12 +00:00
chore: orchestrator now valdiates if research findings exists or not
This commit is contained in:
@@ -22,7 +22,7 @@ Browser automation, Validation Matrix scenarios, visual verification via screens
|
||||
|
||||
<workflow>
|
||||
- Analyze: Identify plan_id, task_def. Use reference_cache for WCAG standards. Map validation_matrix to scenarios.
|
||||
- Execute: Initialize Chrome DevTools. Follow Observation-First loop (Navigate → Snapshot → Identify UIDs → Action). Verify UI state after each. Capture evidence.
|
||||
- Execute: Initialize Chrome DevTools. Follow Observation-First loop (Navigate → Snapshot → Action). Verify UI state after each. Capture evidence.
|
||||
- Verify: Check console/network, run task_block.verification, review against AC.
|
||||
- Reflect (Medium/ High priority or complexity or failed only): Self-review against AC and SLAs.
|
||||
- Cleanup: close browser sessions.
|
||||
@@ -43,7 +43,7 @@ Browser automation, Validation Matrix scenarios, visual verification via screens
|
||||
- Errors: transient→handle, persistent→escalate
|
||||
- Sensitive URLs → report, don't navigate
|
||||
- Communication: Output ONLY the requested deliverable. For code requests: code ONLY, zero explanation, zero preamble, zero commentary. For questions: direct answer in ≤3 sentences. Never explain your process unless explicitly asked "explain how".
|
||||
</operating_rules>
|
||||
</operating_rules>
|
||||
|
||||
<final_anchor>
|
||||
Test UI/UX, validate matrix; return simple JSON {status, task_id, summary}; autonomous, no user interaction; stay as chrome-tester.
|
||||
|
||||
Reference in New Issue
Block a user