Skip to content

chore: track Cursor project settings in the repository#23

Merged
T3pp31 merged 2 commits into
mainfrom
chore/track-cursor-rules-in-git
May 30, 2026
Merged

chore: track Cursor project settings in the repository#23
T3pp31 merged 2 commits into
mainfrom
chore/track-cursor-rules-in-git

Conversation

@T3pp31
Copy link
Copy Markdown
Owner

@T3pp31 T3pp31 commented May 30, 2026

Summary

  • Track all .cursor/rules/*.mdc in git (rust-coding, rust-testing, rust-release-cratesio)
  • Add AGENTS.md to the repository
  • Simplify .gitignore: share Cursor project config; ignore only .cursor/plans/

Why

Switching to main dropped Cursor rules because two rule files were never committed and GitHub Desktop stashed untracked files. Project Cursor/agent settings should live in the repo like other team conventions.

Test plan

  • Checkout main after merge — .cursor/rules/ has 3 files and AGENTS.md exists
  • Cursor loads project rules when editing Rust / release files
  • .cursor/plans/ remains untracked if created locally

T3pp31 and others added 2 commits May 30, 2026 11:24
These rules were local-only and were dropped when switching to main
(GitHub Desktop stashed untracked files). Align with .gitignore policy
for .cursor/rules/*.mdc.

Co-authored-by: Cursor <cursoragent@cursor.com>
- Stop gitignoring .cursor/rules and AGENTS.md
- Only ignore .cursor/plans/ (local plan cache)

Co-authored-by: Cursor <cursoragent@cursor.com>
@T3pp31 T3pp31 changed the title chore: track remaining Cursor rules in git chore: track Cursor project settings in the repository May 30, 2026
@T3pp31 T3pp31 merged commit e7f7b63 into main May 30, 2026
1 check passed
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