refactor: rename gem-chrome-tester to gem-browser-tester

Rename the Chrome-specific testing agent to a browser-agnostic version
to support multiple automation tools (Playwright, Chrome DevTools, etc.).
Updates all references in orchestrator and planner configurations, and
broadens the description and execution workflow to be tool-flexible.
Evidence storage rule clarified to apply primarily on failures.
This commit is contained in:
Muhammad Ubaid Raza
2026-02-16 13:42:29 +05:00
parent 7855e66af8
commit 448ad46e72
4 changed files with 12 additions and 12 deletions

View File

@@ -114,7 +114,7 @@ tasks:
- id: string
title: string
description: | # Use literal scalar to handle colons and preserve formatting
agent: string # gem-researcher | gem-planner | gem-implementer | gem-chrome-tester | gem-devops | gem-reviewer | gem-documentation-writer
agent: string # gem-researcher | gem-planner | gem-implementer | gem-browser-tester | gem-devops | gem-reviewer | gem-documentation-writer
priority: string # high | medium | low
status: string # pending | in_progress | completed | failed | blocked
dependencies:
@@ -145,7 +145,7 @@ tasks:
review_depth: string | null # full | standard | lightweight
security_sensitive: boolean
# gem-chrome-tester:
# gem-browser-tester:
validation_matrix:
- scenario: string
steps: