mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-18 15:08:45 +00:00
[gem-team] Version 1.109.0 (#2639)
* Bump gem-team plugin version to 1.102.0 and add entry Updated marketplace.json and plugin.json to version 1.102.0, added gem-team plugin entry with 16 items, refined argument hints in multiple agent definitions, and updated planner, reviewer, and skill creator configurations. * Bump gem-team plugin version to 1.103.0 and update acceptance_criteria references * refactor: simplify agent definitions and add gem-design-md-guidelines and gem-devops-guidelines skills * feat: optimize orchstrator for faster workflows * chore: optimize skills * chore: update readme * chore: bump version to 1.108.0 * chore: streamline planner
This commit is contained in:
committed by
GitHub
parent
a80885b760
commit
b732966943
@@ -1,13 +1,34 @@
|
||||
{
|
||||
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
||||
"name": "gem-team",
|
||||
"version": "1.102.0",
|
||||
"description": "Self-Learning Multi-agent orchestration framework for spec-driven development and automated verification. With smarter tool calling and leaner context.",
|
||||
"author": {
|
||||
"email": "mubaidr@gmail.com",
|
||||
"name": "mubaidr",
|
||||
"url": "https://github.com/mubaidr"
|
||||
},
|
||||
"description": "Self-Learning Multi-agent orchestration framework for spec-driven development and automated verification. With smarter tool calling and leaner context.",
|
||||
"extensions": {
|
||||
"com.github.awesome-copilot": {
|
||||
"agents": [
|
||||
"./agents/gem-browser-tester.md",
|
||||
"./agents/gem-code-simplifier.md",
|
||||
"./agents/gem-debugger.md",
|
||||
"./agents/gem-designer.md",
|
||||
"./agents/gem-devops.md",
|
||||
"./agents/gem-documentation-writer.md",
|
||||
"./agents/gem-implementer.md",
|
||||
"./agents/gem-mobile-tester.md",
|
||||
"./agents/gem-orchestrator.md",
|
||||
"./agents/gem-planner.md",
|
||||
"./agents/gem-researcher.md",
|
||||
"./agents/gem-reviewer.md",
|
||||
"./agents/gem-skill-creator.md"
|
||||
],
|
||||
"skills": [
|
||||
"./skills/gem-design-md-guidelines/",
|
||||
"./skills/gem-devops-guidelines/"
|
||||
]
|
||||
}
|
||||
},
|
||||
"homepage": "https://github.com/mubaidr/gem-team",
|
||||
"keywords": [
|
||||
"multi-agent",
|
||||
@@ -22,27 +43,7 @@
|
||||
"mobile"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"name": "gem-team",
|
||||
"repository": "https://github.com/mubaidr/gem-team",
|
||||
"extensions": {
|
||||
"com.github.awesome-copilot": {
|
||||
"agents": [
|
||||
"./agents/gem-browser-tester.md",
|
||||
"./agents/gem-code-simplifier.md",
|
||||
"./agents/gem-critic.md",
|
||||
"./agents/gem-debugger.md",
|
||||
"./agents/gem-designer-mobile.md",
|
||||
"./agents/gem-designer.md",
|
||||
"./agents/gem-devops.md",
|
||||
"./agents/gem-documentation-writer.md",
|
||||
"./agents/gem-implementer-mobile.md",
|
||||
"./agents/gem-implementer.md",
|
||||
"./agents/gem-mobile-tester.md",
|
||||
"./agents/gem-orchestrator.md",
|
||||
"./agents/gem-planner.md",
|
||||
"./agents/gem-researcher.md",
|
||||
"./agents/gem-reviewer.md",
|
||||
"./agents/gem-skill-creator.md"
|
||||
]
|
||||
}
|
||||
}
|
||||
"version": "1.109.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user