There was an error while loading. Please reload this page.
1 parent 6b5a8ec commit 1fd9171Copy full SHA for 1fd9171
1 file changed
docs/adr/0002-pr-automation.md
@@ -0,0 +1,13 @@
1
+# ADR 0002: PR automation — CodeRabbit-only (no Danger.js)
2
+
3
+## Decision
4
5
+Do **not** port `tools/danger` from create-node-app for CPA v0.
6
7
+Rely on GitHub Actions PR validation + CodeRabbit (when enabled) for review comments.
8
9
+## Rationale
10
11
+- Smaller Python monorepo; Actions already cover lint/test/typecheck
12
+- Avoid maintaining a JS Danger toolchain in a Python repo
13
+- Can revisit if review automation gaps appear
0 commit comments