@@ -307,3 +307,50 @@ tools:
307307 - automation
308308 - macos
309309 - launchagent
310+
311+ - id : copilot-swarm-orchestrator
312+ name : Copilot Swarm Orchestrator
313+ description : >-
314+ Parallel AI workflow orchestrator for GitHub Copilot CLI. Coordinates multiple
315+ specialized agents across wave-based execution with dependency-aware scheduling,
316+ evidence-based verification, six quality gates, cost governance, and persistent
317+ learning. Runs as a standalone CLI or as an MCP server exposing execution runs,
318+ agent profiles, and quality gates via JSON-RPC over stdio.
319+ category : CLI Tools
320+ featured : false
321+ requirements :
322+ - Node.js 18 or higher
323+ - Git 2.20+ (worktree support)
324+ - GitHub Copilot CLI installed and authenticated
325+ links :
326+ github : https://github.com/moonrunnerkc/copilot-swarm-orchestrator
327+ npm : https://www.npmjs.com/package/copilot-swarm-orchestrator
328+ features :
329+ - " 🌊 Wave Execution: Parallel agent scheduling with dependency-aware wave splitting"
330+ - " 🔍 Evidence Verification: Every agent proves its work via transcript analysis before merge"
331+ - " 🚦 Six Quality Gates: Lint, type-check, test coverage, security, complexity, documentation"
332+ - " 💰 Cost Governance: Premium request estimation, tracking, and budget enforcement"
333+ - " 🔌 MCP Server: 4 tools and 5 resources over JSON-RPC stdio transport"
334+ - " 🧠 Persistent Learning: Cross-run knowledge base with pattern detection and retry calibration"
335+ configuration :
336+ type : bash
337+ content : |
338+ # Install globally from npm
339+ npm install -g copilot-swarm-orchestrator
340+
341+ # Run a demo
342+ swarm demo-fast
343+
344+ # Plan and execute a goal
345+ swarm run --goal "Build a REST API with auth and tests"
346+
347+ # Start the MCP server
348+ swarm mcp-server
349+ tags :
350+ - cli
351+ - npm
352+ - mcp
353+ - orchestration
354+ - verification
355+ - quality-gates
356+ - cost-governance
0 commit comments