mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-15 11:11:48 +00:00
Add git-ape external plugin entry (#1640)
Add Azure/git-ape to plugins/external.json and regenerate marketplace.json for discovery and install via Awesome Copilot. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -288,6 +288,34 @@
|
|||||||
"description": "Self-Learning Multi-agent orchestration harness for spec-driven development and automated verification.",
|
"description": "Self-Learning Multi-agent orchestration harness for spec-driven development and automated verification.",
|
||||||
"version": "1.20.0"
|
"version": "1.20.0"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "git-ape",
|
||||||
|
"description": "Intelligent Azure deployment agent system for GitHub Copilot with guided ARM template generation, security gates, cost analysis, and deployment workflows.",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"author": {
|
||||||
|
"name": "Microsoft",
|
||||||
|
"url": "https://github.com/Azure/git-ape"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/Azure/git-ape",
|
||||||
|
"keywords": [
|
||||||
|
"azure",
|
||||||
|
"cloud",
|
||||||
|
"infrastructure",
|
||||||
|
"arm-templates",
|
||||||
|
"deployment",
|
||||||
|
"devops",
|
||||||
|
"iac",
|
||||||
|
"security",
|
||||||
|
"cost-estimation",
|
||||||
|
"github-actions"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": "https://github.com/Azure/git-ape",
|
||||||
|
"source": {
|
||||||
|
"source": "github",
|
||||||
|
"repo": "Azure/git-ape"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "go-mcp-development",
|
"name": "go-mcp-development",
|
||||||
"source": "go-mcp-development",
|
"source": "go-mcp-development",
|
||||||
|
|||||||
@@ -155,5 +155,22 @@
|
|||||||
"source": "github",
|
"source": "github",
|
||||||
"repo": "microsoft/What-I-Did-Copilot"
|
"repo": "microsoft/What-I-Did-Copilot"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "git-ape",
|
||||||
|
"description": "Intelligent Azure deployment agent system for GitHub Copilot with guided ARM template generation, security gates, cost analysis, and deployment workflows.",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"author": {
|
||||||
|
"name": "Microsoft",
|
||||||
|
"url": "https://github.com/Azure/git-ape"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/Azure/git-ape",
|
||||||
|
"keywords": ["azure", "cloud", "infrastructure", "arm-templates", "deployment", "devops", "iac", "security", "cost-estimation", "github-actions"],
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": "https://github.com/Azure/git-ape",
|
||||||
|
"source": {
|
||||||
|
"source": "github",
|
||||||
|
"repo": "Azure/git-ape"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user