From a728e3bb41f1632c6eaff3858806988507248186 Mon Sep 17 00:00:00 2001 From: Guy MANDINA Date: Wed, 8 Jul 2026 03:41:12 +0200 Subject: [PATCH] Add swarm-dao plugin to marketplace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Swarm DAO is a multi-agent governance layer for Copilot — 7 DAO agents deliberate proposals, quality gates validate, then execute and track. - Source: guyghost/swarm-dao (packages/copilot-adapter) - Includes: plugin.json, 7 .agent.md files, MCP server config - npm: @guyghost/swarm-dao-copilot-adapter@0.3.0 --- .github/plugin/marketplace.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index c486df1..94968c9 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -230,6 +230,33 @@ "language-server" ], "license": "See EULA/LICENSE.txt in @microsoft/cpp-language-server NPM package" + }, + { + "name": "swarm-dao", + "description": "Multi-agent governance layer — 7 DAO agents deliberate proposals, quality gates validate, then execute and track.", + "version": "0.3.0", + "author": { + "name": "guyghost", + "url": "https://github.com/guyghost" + }, + "homepage": "https://github.com/guyghost/swarm-dao", + "keywords": [ + "swarm-dao", + "copilot", + "mcp", + "dao", + "governance", + "multi-agent", + "deliberation", + "quality-gates" + ], + "license": "MIT", + "repository": "https://github.com/guyghost/swarm-dao", + "source": { + "source": "github", + "repo": "guyghost/swarm-dao", + "path": "packages/copilot-adapter" + } } ] }