Configuration
Agents
Builds .github/pr-review-agents.yml for acme/checkout-api. This dashboard has no GitHub credentials, so nothing here is written to the repository — copy the YAML and commit it yourself.
.github/pr-review-agents.yml
Commit this to your default branch.
agents:
- agent: security
paths:
- "src/**"
- "!**/*.snap"
- "!dist/**"
- agent: correctness
paths:
- "src/**"
- "!**/*.snap"
- "!dist/**"
- agent: performance
paths:
- "src/**"
- "!**/*.snap"
- "!dist/**"
- agent: test-coverage
paths:
- "src/**"
- "!**/*.snap"
- "!dist/**"
- agent: docs-drift
paths:
- "src/**"
- "!**/*.snap"
- "!dist/**"
.github/pr-review-agents.yml updated: 5 agents, 3 path patterns.