verdict

ArtJack/verdict
★ 1 stars Python AI/LLM Updated 3d ago
Claude Code QA agent with memory, plus a read-only MCP server (verdict-qa-mcp on PyPI): baseline → delta runs (NEW/REGRESSED), a fact harness so the model judges while the system measures, signed run history, flaky quarantine with expiry, and an exit-code release gate for CI. Ships six scored eval fixtures — misses published.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "verdict": {
      "command": "uvx",
      "args": [
        "verdict"
      ]
    }
  }
}

Or install with pip: pip install verdict

Topics

ai-agentsclaude-codeclaude-code-pluginflaky-testsmcpmcp-servermodel-context-protocolpythonqarelease-gatesubagentstesting