From ac2c89285ab5804fda4c4d45e6c447877a86639b Mon Sep 17 00:00:00 2001 From: Suzanne Daniels Date: Tue, 5 May 2026 10:49:30 +0200 Subject: [PATCH] feat(plugin): add ape-context plugin for enhanced context management --- .github/plugin/marketplace.json | 27 ++++++++++++++++++++++++++- .github/plugins/external.json | 19 +++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 .github/plugins/external.json 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