Add Architectural Decision Governance rule#302
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR adds a new architectural decision governance rule to the Cursor rules repository. A new ChangesArchitectural Decision Governance Rule
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds a reusable Cursor Project Rule:
rules/architectural-decision-governance.mdc.For teams that record architectural decisions (ADRs) and want AI-generated changes to respect them. The rule treats recorded decisions as binding constraints and gives the assistant a short set of checks before it writes: respect recorded decisions, extend instead of rebuild, do not reintroduce rejected choices, stay inside the chosen stack, and surface conflicts early.
.mdcinrules/,globs: ["**/*"],alwaysApply: false, matching the existing discipline rules (Anti-Over-Engineering, Anti-Sycophancy Code Discipline).Summary by CodeRabbit
Documentation
Chores