diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 00000000..08e5124b --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,10 @@ +# CodeRabbit configuration — primary AI reviewer for TKO PRs. +# Codex (chatgpt-codex-connector) is kept as a secondary, adversarial +# reviewer for deep reviews on demand. GitHub Copilot auto-review is +# disabled at the repo level. +# +# Schema: https://docs.coderabbit.ai/guides/configure-coderabbit +# Anything not set here uses CodeRabbit's default. + +reviews: + poem: false diff --git a/AGENTS.md b/AGENTS.md index e99b7811..c8c76f42 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -153,6 +153,11 @@ Significant changes should have a plan file in `plans/` before implementation begins. Plans document the context, approach, and verification steps. Review existing plans in that directory for format examples. +## AI PR review + +CodeRabbit (primary) + Codex (secondary). Copilot disabled. Config and +rationale in `.coderabbit.yaml`. + ## Agent-First Documentation AI coding agents are first-class citizens of TKO. The docs site serves both