chore: ignore local-only plans dir#3782
Conversation
Move ad-hoc reference notes out of the tracked plans/ tree and into plans/local/, which is gitignored.
|
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 (4)
💤 Files with no reviewable changes (3)
📝 WalkthroughWalkthroughThis PR adds a Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 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 |
Greptile SummaryThis is a housekeeping PR that adds Confidence Score: 5/5Safe to merge — pure documentation housekeeping with no functional changes. Only a No files require special attention.
|
| Filename | Overview |
|---|---|
| .gitignore | Adds plans/local/ ignore rule with a descriptive comment — straightforward and correct. |
| plans/background-agents-chat-architecture-reference.md | Stale architecture reference doc deleted; no remaining code depends on it. |
| plans/opencode-electron-chat-architecture-reference.md | Stale architecture reference doc deleted; no remaining code depends on it. |
| plans/t3code-chat-architecture-reference.md | Stale architecture reference doc deleted; no remaining code depends on it. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[plans/] --> B[tracked docs retained]
A --> C[plans/local/]
C -->|".gitignore rule"| D[untracked / ignored]
E[Deleted files] --> F[background-agents-chat-architecture-reference.md]
E --> G[opencode-electron-chat-architecture-reference.md]
E --> H[t3code-chat-architecture-reference.md]
Reviews (1): Last reviewed commit: "chore: ignore local-only plans dir" | Re-trigger Greptile
🧹 Preview Cleanup CompleteThe following preview resources have been cleaned up:
Thank you for your contribution! 🎉 |
Summary
plans/local/to.gitignorefor ad-hoc local-only reference notesplans/treeTest plan
git check-ignore plans/local/anything.mdreports the ruleSummary by CodeRabbit
Summary by cubic
Ignore
plans/local/to keep ad-hoc local notes out of version control. Also remove three stale architecture reference docs fromplans/to reduce noise.Written for commit 6fab62d. Summary will update on new commits.