diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 9b5979a..fa4c53c 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -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" + } + } ] } diff --git a/.github/plugins/external.json b/.github/plugins/external.json new file mode 100644 index 0000000..98fdd03 --- /dev/null +++ b/.github/plugins/external.json @@ -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" + } + } +] \ No newline at end of file