Skip to content

chore: add cursor agent rules#704

Open
thomasrockhu-codecov wants to merge 1 commit intomainfrom
add/cursor-rules
Open

chore: add cursor agent rules#704
thomasrockhu-codecov wants to merge 1 commit intomainfrom
add/cursor-rules

Conversation

@thomasrockhu-codecov
Copy link
Contributor

@thomasrockhu-codecov thomasrockhu-codecov commented Feb 8, 2026

Summary

Adds four always-on Cursor AI agent rules to .cursor/rules/:

  • pre-commit-checks — run ruff check --fix and ruff format before every commit/PR
  • small-prs — break large changes into focused, stacked draft PRs
  • learn-workflow — automatically capture workflow lessons as new rules
  • learn-technical — automatically capture codebase-specific technical learnings as new rules

Test plan

  • Verify rules appear in Cursor's rule picker
  • Confirm alwaysApply: true activates them in every session

Made with Cursor


Note

Low Risk
Docs/config-only changes under .cursor/rules/ that affect developer/agent workflow but not runtime behavior.

Overview
Adds four always-on Cursor rules under .cursor/rules/ to standardize developer/agent workflow: run ruff lint/format before commits/PRs, keep changes split into small/stacked PRs, and capture both workflow and codebase-specific technical learnings as new/updated rules.

No application code changes; this PR only introduces agent guidance documentation/config.

Written by Cursor Bugbot for commit 937b138. This will update automatically on new commits. Configure here.

Add four always-on rules for the Cursor AI agent:
- pre-commit-checks: run ruff lint + format before commits/PRs
- small-prs: split large changes into focused, stacked PRs
- learn-workflow: capture workflow lessons as new rules
- learn-technical: capture codebase-specific technical learnings as new rules
@thomasrockhu-codecov thomasrockhu-codecov requested a review from a team February 8, 2026 14:53
@thomasrockhu-codecov thomasrockhu-codecov marked this pull request as ready for review February 8, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant