From e26f2b4d72149916cd1e47a11de59536f660a585 Mon Sep 17 00:00:00 2001 From: Muhammad Ubaid Raza Date: Tue, 17 Feb 2026 22:19:14 +0500 Subject: [PATCH] feat(gem-team): v1.1.0 - rename Chrome Tester to Browser Tester - 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 --- .github/plugin/marketplace.json | 2 +- plugins/gem-team/.github/plugin/plugin.json | 6 +++--- plugins/gem-team/agents/gem-browser-tester.md | 1 + plugins/gem-team/agents/gem-chrome-tester.md | 1 - 4 files changed, 5 insertions(+), 5 deletions(-) create mode 120000 plugins/gem-team/agents/gem-browser-tester.md delete mode 120000 plugins/gem-team/agents/gem-chrome-tester.md diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index a4f69f3a..01a6556d 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -92,7 +92,7 @@ "name": "gem-team", "source": "./plugins/gem-team", "description": "A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing.", - "version": "1.0.0" + "version": "1.1.0" }, { "name": "go-mcp-development", diff --git a/plugins/gem-team/.github/plugin/plugin.json b/plugins/gem-team/.github/plugin/plugin.json index 8e3a1c55..ed239219 100644 --- a/plugins/gem-team/.github/plugin/plugin.json +++ b/plugins/gem-team/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "gem-team", "description": "A modular multi-agent team for complex project execution with DAG-based planning, parallel execution, TDD verification, and automated testing.", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "Awesome Copilot Community" }, @@ -43,9 +43,9 @@ "usage": "recommended\n\nThe Implementer executes TDD code changes, ensures verification, and maintains quality. It follows strict TDD discipline with verification commands.\n\nThis agent is ideal for:\n- Implementing features with TDD discipline\n- Writing tests first, then code\n- Ensuring verification commands pass\n- Maintaining code quality\n\nTo get the best results, consider:\n- Always provide verification commands\n- Follow TDD: red, green, refactor\n- Check get_errors after every edit\n- Keep changes minimal and focused" }, { - "path": "agents/gem-chrome-tester.agent.md", + "path": "agents/gem-browser-tester.agent.md", "kind": "agent", - "usage": "optional\n\nThe Chrome Tester automates browser testing and UI/UX validation via Chrome DevTools. It requires Chrome DevTools MCP server.\n\nThis agent is ideal for:\n- Automated browser testing\n- UI/UX validation\n- Capturing screenshots and snapshots\n- Testing web applications\n\nTo get the best results, consider:\n- Have Chrome DevTools MCP server installed\n- Provide clear test scenarios\n- Use snapshots for debugging\n- Test on different viewports" + "usage": "optional\n\nThe Browser Tester automates browser testing, UI/UX validation using browser automation tools and visual verification techniques.\n\nThis agent is ideal for:\n- Automated browser testing\n- UI/UX validation\n- Capturing screenshots and snapshots\n- Testing web applications\n\nTo get the best results, consider:\n- Have browser automation tools installed\n- Provide clear test scenarios\n- Use snapshots for debugging\n- Test on different viewports" }, { "path": "agents/gem-devops.agent.md", diff --git a/plugins/gem-team/agents/gem-browser-tester.md b/plugins/gem-team/agents/gem-browser-tester.md new file mode 120000 index 00000000..fd85cc30 --- /dev/null +++ b/plugins/gem-team/agents/gem-browser-tester.md @@ -0,0 +1 @@ +../../../agents/gem-browser-tester.agent.md \ No newline at end of file diff --git a/plugins/gem-team/agents/gem-chrome-tester.md b/plugins/gem-team/agents/gem-chrome-tester.md deleted file mode 120000 index 8d231f25..00000000 --- a/plugins/gem-team/agents/gem-chrome-tester.md +++ /dev/null @@ -1 +0,0 @@ -../../../agents/gem-chrome-tester.agent.md \ No newline at end of file