agent-delivery-gates

emiquelito/agent-delivery-gates
★ 0 stars TypeScript Code/Dev Tools Updated today
Delivery gates for AI coding agents, because green tests are not proof. Breaks your code on purpose and reports the breaks no test noticed. Runs a change's new tests against the code from before it. Induces the failure your report says is handled. Git hook, CI step or MCP server. No API key, zero dependencies.
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": {
    "agent-delivery-gates": {
      "command": "npx",
      "args": [
        "-y",
        "emiquelito/agent-delivery-gates"
      ]
    }
  }
}

README Excerpt

**Because green tests are never enough.** 🔥 - ✅ Breaks your code on purpose and reports the breaks no test noticed. - ✅ Runs a change's new tests against the code from before it. - ✅ Induces the failure your report says is handled. - ✅ Git hook, CI step or MCP server. No API key, zero dependencies. It reads what an agent writes about its own work too, and fails a claim with

Topics

agentic-codingagents-mdai-code-reviewai-coding-toolscode-qualitycode-reviewcode-review-agentcode-review-assistantcode-review-tooldeveloper-toolshooksmcp-servers