Agent Rules
Integrate Judgment seamlessly with Claude Code and Cursor
Add Judgment context to your AI code editor so it can help you implement tracing, evaluations, and monitoring correctly.
Quick Setup
Add to global rules (recommended):
curl https://docs.judgmentlabs.ai/agent-rules.md -o ~/.claude/CLAUDE.md
Or add to project-specific rules:
curl https://docs.judgmentlabs.ai/agent-rules.md -o CLAUDE.md
mkdir -p .cursor/rules
curl https://docs.judgmentlabs.ai/agent-rules.md -o .cursor/rules/judgment.mdc
What This Enables
Your AI code editor will automatically:
- Use correct Judgment SDK patterns
- Implement tracing decorators properly
- Configure evaluations with appropriate scorers
- Follow multi-agent system conventions
Manual Setup
View the full rules file to copy and paste manually.