Get Started in 5 Minutes
From install to your first compliance report. No signup required.
1
Install
brew tap getverdict-ai/tap
brew install verdictWorks on macOS and Linux. No account needed.
2
Hook into Claude Code
verdict hook installThat'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 sessionsSee all captured sessions with developer, agent, branch, and compliance status.
5
Query compliance
verdict query --since 24hFilter 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?"