mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-12 04:05:12 +00:00
* feat: Prd/ steer support - Add supprot for PRD - Vscode steer/ queue support - Consistent artifacts - Improved parallel running; for researchers too * chore: improve prd update support * chore: Make reviewer use prd for compaince * chore: imrpvoe websearch in researcher * fix(gem-team): revert gem-team plugin version from 1.5.0 to 1.2.0
32 lines
830 B
JSON
32 lines
830 B
JSON
{
|
|
"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.2.0",
|
|
"author": {
|
|
"name": "Awesome Copilot Community"
|
|
},
|
|
"repository": "https://github.com/github/awesome-copilot",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"multi-agent",
|
|
"orchestration",
|
|
"dag-planning",
|
|
"parallel-execution",
|
|
"tdd",
|
|
"verification",
|
|
"automation",
|
|
"security",
|
|
"prd"
|
|
],
|
|
"agents": [
|
|
"./agents/gem-orchestrator.md",
|
|
"./agents/gem-researcher.md",
|
|
"./agents/gem-planner.md",
|
|
"./agents/gem-implementer.md",
|
|
"./agents/gem-browser-tester.md",
|
|
"./agents/gem-devops.md",
|
|
"./agents/gem-reviewer.md",
|
|
"./agents/gem-documentation-writer.md"
|
|
]
|
|
}
|