Skip to content

chore: add /.cursor/ to .gitignore - #545

Merged
getappz merged 1 commit into
masterfrom
task/503-chore-add-cursor-to-gitignore
Aug 18, 2026
Merged

chore: add /.cursor/ to .gitignore#545
getappz merged 1 commit into
masterfrom
task/503-chore-add-cursor-to-gitignore

Conversation

@getappz

@getappz getappz commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Add /.cursor/ to .gitignore, mirroring the existing per-machine editor/tool config pattern (next to the /opencode.json block). Cursor's local hooks.json/rules/ dir was showing as untracked noise in git status.

Note: implementer role completed this correctly on its first dispatch, but the daemon's sdd_loop judge step failed to parse its own reply (missing field \action``, item #489's known bug) on all 3 automated attempts, leaving the correct diff stuck uncommitted. Committed manually (b0507f0) after verifying the diff matched the original spec exactly.


Opened by claude-code on flared:c997d745ae66 for item #503 via agentflare.

Summary by CodeRabbit

  • Chores
    • Updated project settings to exclude local editor configuration files from version control.

Agentflare-Agent: claude-code_2-1-234_agent
Agentflare-Branch: task/503-chore-add-cursor-to-gitignore
Agentflare-Item: 503
@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 19e39fa0-a08f-4469-9770-e294c6c3cd27

📥 Commits

Reviewing files that changed from the base of the PR and between 661ed80 and b0507f0.

📒 Files selected for processing (1)
  • .gitignore

Included review availability: 1 review is currently available. Based on recent review activity, included reviews refill at 2 per hour.


📝 Walkthrough

Walkthrough

The .gitignore file now excludes the .cursor/ directory and documents it as machine-specific editor configuration.

Changes

Editor configuration

Layer / File(s) Summary
Cursor ignore rule
.gitignore
Adds a documented ignore rule for the .cursor/ directory.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to b0507

This localized change only prevents Cursor configuration files from appearing as untracked repository noise; no actionable merge-blocking risk remains.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the primary change: adding /.cursor/ to .gitignore.
Description check ✅ Passed The description clearly explains the change and rationale, but it omits the template's test plan and reviewer notes sections.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch task/503-chore-add-cursor-to-gitignore

Comment @coderabbitai help to get the list of available commands.

@getappz
getappz merged commit d11023e into master Aug 18, 2026
18 checks passed
@getappz
getappz deleted the task/503-chore-add-cursor-to-gitignore branch August 18, 2026 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant