mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-04 14:15:55 +00:00
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>
This commit is contained in:
24
plugins/gem-team/.github/plugin/plugin.json
vendored
24
plugins/gem-team/.github/plugin/plugin.json
vendored
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"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",
|
||||
"./agents/gem-debugger.md",
|
||||
"./agents/gem-critic.md",
|
||||
"./agents/gem-code-simplifier.md",
|
||||
"./agents/gem-designer.md",
|
||||
"./agents/gem-implementer-mobile.md",
|
||||
"./agents/gem-critic.md",
|
||||
"./agents/gem-debugger.md",
|
||||
"./agents/gem-designer-mobile.md",
|
||||
"./agents/gem-mobile-tester.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",
|
||||
|
||||
Reference in New Issue
Block a user