Add Cursor agent instructions and workflow rules#919
Conversation
|
Linter diff in the way? Review this PR in Change Stack to focus on meaningful changes and expand context only when needed. Warning Review limit reached
More reviews will be available in 23 minutes and 31 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (13)
✨ 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 |
Track AGENTS.md and .cursor/rules so agents follow a consistent human-plan-then-execute flow: requirements gates, plan approval, make lint/mypy/test verification, TDD for behavioral changes, builder≠judge review, and OpenCRE-specific prod DB / Alembic guardrails. Co-authored-by: Cursor <cursoragent@cursor.com>
a14bc3e to
a226135
Compare
Summary
AGENTS.mdas the entry point for AI coding agents working in this repo.cursor/rules/*.mdcfiles (replacing a monolithic.cursorrulesapproach) so the team shares consistent agent behavior.gitignoreto allowAGENTS.mdand.cursor/rules/while keeping other.cursor/workspace files ignoredWhat the rules enforce
requirements-gate.mdccomplete-ticket.mdc.md/.txtticket filesplan-first-workflow.mdcmulti-agent-workflow.mdcverifiable-goals.mdcmake lint,make mypy,make test, CI evidence in handofftdd-workflow.mdcnever-assume.mdcautonomous-workflow.mdccontext-management.mdc/clear,@refs, stale-context recoveryproduction-db-ops-safety.mdcalembic-deploy-guardrail.mdcDesign notes
@refs only required when context is ambiguous)tsc/eslint-only checksTest plan
AGENTS.mdand.cursor/rules/*.mdcare tracked (not gitignored)AGENTS.mdmatches committed rule files.cursor/rules/Made with Cursor