From 8a99df98a95821272659b1b1936d944e7cc46f98 Mon Sep 17 00:00:00 2001 From: ArtJack Date: Sat, 5 Sep 2026 15:51:53 -0700 Subject: [PATCH] =?UTF-8?q?Add=20verdict=20=E2=80=94=20QA=20agent=20with?= =?UTF-8?q?=20memory,=20external=20source=20(Code=20Quality=20Testing)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude-plugin/marketplace.json | 32 ++++++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 33 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index cd886fc..94ddedb 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -2316,6 +2316,38 @@ "tokens", "audit" ] + }, + { + "name": "verdict", + "displayName": "Verdict", + "source": { + "source": "github", + "repo": "ArtJack/verdict" + }, + "description": "A skeptical QA agent with memory: baseline → delta runs (NEW/REGRESSED/RESOLVED), every red test classified, flaky tests quarantined with an expiry, and evidence-cited verdicts you can defend. Read-only on your code; ships a read-only MCP server, a CI release gate, and a scored eval suite with published misses.", + "version": "0.80.0", + "author": { + "name": "ArtJack", + "url": "https://github.com/ArtJack" + }, + "category": "Code Quality Testing", + "homepage": "https://github.com/ArtJack/verdict", + "repository": "https://github.com/ArtJack/verdict", + "license": "MIT", + "keywords": [ + "qa", + "testing", + "release-gate", + "regression", + "flaky-tests", + "mcp" + ], + "tags": [ + "qa", + "testing", + "release-gate", + "regression" + ] } ] } diff --git a/README.md b/README.md index 0670365..813332d 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [test-results-analyzer](./plugins/test-results-analyzer) - [test-writer-fixer](./plugins/test-writer-fixer) - [unit-test-generator](./plugins/unit-test-generator) +- [verdict](https://github.com/ArtJack/verdict) - [vibe-guard](https://github.com/ofershap/vibe-guard) - Always-on security guardrails for AI-generated code - [think-first](https://github.com/ofershap/think-first) - Plan-before-code behavior modifier for agents - [sonmat](https://github.com/jun0-ds/sonmat) — Verification discipline plugin with six reactive axes (guard, inspect, witness, punch, devil's advocate, scribe) for AI-human collaboration.