Files
awesome-copilot/plugins/gem-team/.github/plugin/plugin.json
Aaron Powell a1197525bd Enforce canonical plugin manifest ordering (#1601)
* Enforce canonical plugin manifest ordering

Sort existing plugin manifest spec arrays so plugin:clean no longer creates noisy diffs from out-of-order entries. Add validation to require alphabetical ordering and teach plugin:clean to normalize manifest arrays when cleaning materialized plugin content.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-05-04 12:00:50 +10:00

42 lines
1.1 KiB
JSON

{
"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"
],
"author": {
"email": "mubaidr@gmail.com",
"name": "mubaidr",
"url": "https://github.com/mubaidr"
},
"description": "Multi-agent orchestration framework for spec-driven development and automated verification.",
"keywords": [
"multi-agent",
"orchestration",
"tdd",
"testing",
"e2e",
"devops",
"security-audit",
"code-review",
"prd",
"mobile"
],
"license": "Apache-2.0",
"name": "gem-team",
"repository": "https://github.com/mubaidr/gem-team",
"version": "1.13.0"
}