Verdict

Get Started in 5 Minutes

From install to your first compliance report. No signup required.

1

Install

brew tap getverdict-ai/tap
brew install verdict

Works on macOS and Linux. No account needed.

2

Hook into Claude Code

verdict hook install

That's it. Verdict now captures every Claude Code session automatically.

3

Write some code

Use Claude Code normally. Verdict runs in the background — zero friction.

claude "fix the patient intake validation"
4

Check your sessions

verdict sessions

See all captured sessions with developer, agent, branch, and compliance status.

5

Query compliance

verdict query --since 24h

Filter by time, branch, developer, or PHI detections.

6

Ask Claude (Optional)

Add Verdict as an MCP server to query compliance mid-session.

{
  "mcpServers": {
    "verdict": {
      "command": "verdict",
      "args": ["mcp", "serve"]
    }
  }
}

Add this to .claude/settings.json then just ask: "Is my PR compliant?"