From 9472f8a6edabed59ec82184612d296111062a2cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:00:32 +0000 Subject: [PATCH] Add external plugin agent-council --- .github/plugin/marketplace.json | 27 +++++++++++++++++++++++++++ plugins/external.json | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index f45cd7b2..666dabd1 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -16,6 +16,33 @@ "description": "Drive Microsoft AgentRC from Copilot chat: assess AI readiness, generate Copilot instructions (flat or nested with applyTo globs for monorepos), and manage policies. Produces a self-contained static HTML dashboard at reports/index.html.", "version": "1.0.0" }, + { + "name": "agent-council", + "description": "A runtime-portable 5-agent quality gate that adjudicates text artifacts before they ship. Five role-conditioned LLM deliberators run a 2-round async protocol with cross-read rebuttal and return one verdict — SHIP, REVISE, or HOLD — plus a structured revision brief and a full audit transcript.", + "version": "0.1.3", + "author": { + "name": "Parth Sangani", + "url": "https://github.com/Avyayalaya" + }, + "repository": "https://github.com/Avyayalaya/agent-council", + "license": "MIT", + "keywords": [ + "quality-gate", + "multi-agent", + "adjudication", + "council", + "llm-as-judge", + "agent-orchestration", + "review", + "claude-code", + "mcp" + ], + "source": { + "source": "github", + "repo": "Avyayalaya/agent-council", + "ref": "v0.1.3" + } + }, { "name": "ai-ready", "description": "Analyze any repository and generate AI-ready configuration — AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack.", diff --git a/plugins/external.json b/plugins/external.json index f531ee89..2658e0e6 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -1,4 +1,31 @@ [ + { + "name": "agent-council", + "description": "A runtime-portable 5-agent quality gate that adjudicates text artifacts before they ship. Five role-conditioned LLM deliberators run a 2-round async protocol with cross-read rebuttal and return one verdict — SHIP, REVISE, or HOLD — plus a structured revision brief and a full audit transcript.", + "version": "0.1.3", + "author": { + "name": "Parth Sangani", + "url": "https://github.com/Avyayalaya" + }, + "repository": "https://github.com/Avyayalaya/agent-council", + "license": "MIT", + "keywords": [ + "quality-gate", + "multi-agent", + "adjudication", + "council", + "llm-as-judge", + "agent-orchestration", + "review", + "claude-code", + "mcp" + ], + "source": { + "source": "github", + "repo": "Avyayalaya/agent-council", + "ref": "v0.1.3" + } + }, { "name": "ai-ready", "description": "Analyze any repository and generate AI-ready configuration — AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack.",