mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-22 11:25:13 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user