Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,31 @@
"description": "Intelligent Azure deployment agent system for GitHub Copilot. Provides guided, safe, and validated Azure resource deployments using ARM templates, with built-in security analysis, cost estimation, drift detection, and CI/CD pipeline integration.",
"version": "0.0.1",
"source": "."
}
},
{
"name": "ape-context",
"description": "Extension for git-ape that provides enhanced context management, allowing platform teams to set up a baseline for Engineering context, tools use & intent",
"version": "1.0.0",
"author": {
"name": "Suzanne Daniels",
"url": "https://suuu.us"
},
"homepage": "https://github.com/suuus/ape-context",
"keywords": [
"context",
"intent",
"infrastructure",
"deployment",
"documentation",
"git-ape"
],
"license": "MIT",
"repository": "https://github.com/suuus/ape-context",
"source": {
"source": "github",
"repo": "suuus/ape-context",
"path": ".github/plugins/ape-context"
}
}
]
}
19 changes: 19 additions & 0 deletions .github/plugins/external.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"name": "ape-context",
"description": "Extension for git-ape that provides enhanced context management, allowing platform teams to set up a baseline for Engineering context, tools use & intent",
"version": "1.0.0",
"author": {
"name": "Suzanne Daniels",
"url": "https://suuu.us"
},
"homepage": "https://github.com/suuus/ape-context",
"keywords": ["context", "intent", "infrastructure", "deployment", "documentation", "git-ape"],
"license": "MIT",
"repository": "https://github.com/suuus/ape-context",
"source": {
"source": "github",
"repo": "suuus/ape-context"
}
}
]
Loading