diff --git a/docs/adr/0002-pr-automation.md b/docs/adr/0002-pr-automation.md new file mode 100644 index 0000000..b469060 --- /dev/null +++ b/docs/adr/0002-pr-automation.md @@ -0,0 +1,13 @@ +# ADR 0002: PR automation — CodeRabbit-only (no Danger.js) + +## Decision + +Do **not** port `tools/danger` from create-node-app for CPA v0. + +Rely on GitHub Actions PR validation + CodeRabbit (when enabled) for review comments. + +## Rationale + +- Smaller Python monorepo; Actions already cover lint/test/typecheck +- Avoid maintaining a JS Danger toolchain in a Python repo +- Can revisit if review automation gaps appear