refactor: rename gem-chrome-tester to gem-browser-tester#733
Open
mubaidr wants to merge 5 commits intogithub:mainfrom
Open
refactor: rename gem-chrome-tester to gem-browser-tester#733mubaidr wants to merge 5 commits intogithub:mainfrom
mubaidr wants to merge 5 commits intogithub:mainfrom
Conversation
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.
aaronpowell
requested changes
Feb 16, 2026
Contributor
aaronpowell
left a comment
There was a problem hiding this comment.
Got a misspelling and looks like one of the readme's isn't updated correctly.
Remove "detailed thinking on" directive and consolidate operating_rules sections for consistency. Both gem-browser-tester.agent.md and gem-devops.agent.md now share standardized rules: unified tool activation phrasing ("Always activate tools before use"), merged context-efficient reading instructions, and removed agent-specific variations. This simplifies maintenance and ensures consistent behavior across different agent types while preserving core functionality like evidence storage, error handling, and output constraints.
Contributor
Author
|
I have fixed the spell issues. Readm issue was probably due to not being on latest code from main. All good now. |
- Bump plugin version to 1.1.0 in marketplace and plugin.json - Rename agent from "Chrome Tester" to "Browser Tester" in plugin.json - Update agent description to focus on browser automation tools instead of Chrome DevTools - Add symlink for the Browser Tester agent in the plugin's agents directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.