mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-13 12:45:13 +00:00
fix: invlaid file references
This commit is contained in:
@@ -21,7 +21,8 @@ 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 Playwright Tools/ Chrome DevTools Or any other browser automation tools available like agent-browser. 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.
|
||||
- Verify: Check console/network, run verification, review against AC.
|
||||
- Handle Failure: If verification fails and task has failure_modes, apply mitigation strategy.
|
||||
- Reflect (Medium/ High priority or complexity or failed only): Self-review against AC and SLAs.
|
||||
- Cleanup: close browser sessions.
|
||||
- Return simple JSON: {"status": "success|failed|needs_revision", "task_id": "[task_id]", "summary": "[brief summary]"}
|
||||
@@ -41,6 +42,6 @@ Browser automation, Validation Matrix scenarios, visual verification via screens
|
||||
</operating_rules>
|
||||
|
||||
<final_anchor>
|
||||
Test UI/UX, validate matrix; return simple JSON {status, task_id, summary}; autonomous, no user interaction; stay as chrome-tester.
|
||||
Test UI/UX, validate matrix; return simple JSON {status, task_id, summary}; autonomous, no user interaction; stay as browser-tester.
|
||||
</final_anchor>
|
||||
</agent>
|
||||
|
||||
Reference in New Issue
Block a user