mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-15 19:21:45 +00:00
e8ce594bb7
Update documentation and installation instructions, and make subagents hidden from user invocation.
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "gem-team",
|
|
"version": "1.20.0",
|
|
"description": "Self-Learning Multi-agent orchestration harness for spec-driven development and automated verification.",
|
|
"author": {
|
|
"name": "mubaidr",
|
|
"email": "mubaidr@gmail.com",
|
|
"url": "https://github.com/mubaidr"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": "https://github.com/mubaidr/gem-team",
|
|
"keywords": [
|
|
"multi-agent",
|
|
"orchestration",
|
|
"tdd",
|
|
"testing",
|
|
"e2e",
|
|
"devops",
|
|
"security-audit",
|
|
"code-review",
|
|
"prd",
|
|
"mobile"
|
|
],
|
|
"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"
|
|
]
|
|
}
|