fix: invlaid file references

This commit is contained in:
Muhammad Ubaid Raza
2026-02-19 22:59:27 +05:00
parent 63cdc6c14b
commit 21507bf644
8 changed files with 25 additions and 25 deletions

View File

@@ -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>