chore: untrack per-machine RepoSkein config (.mcp.json, opencode.json) - #3
Conversation
RepoSkein setup wrote these per-machine MCP configs into the repo root. They hardcode a local Neo4j password (a localhost throwaway) and absolute machine paths, so they should not be in version control. Gitignore them and remove them from the index via git rm --cached; each machine regenerates them with `reposkein-mcp init`. The committed RepoSkein graph under .reposkein/ stays tracked.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 16 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
No issues found across 3 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Stops tracking per-machine MCP config files; only .gitignore update and git rm --cached. No logic or infra changes.
Re-trigger cubic
Part of a workspace-wide sweep untracking the per-machine RepoSkein MCP config from every CellarNode repo.
.mcp.jsonandopencode.jsonwere committed by the RepoSkein setup. They hold a local-dev Neo4j password (reposkeintest, a localhost throwaway) and absolute/Users/...machine paths, so they are per-machine and should not be tracked.This PR:
.mcp.json/opencode.jsonto.gitignoregit rm --cached); they stay on disk locally and are regenerated per machine byreposkein-mcp initThe committed RepoSkein graph under
.reposkein/is unaffected. Root cause fixed upstream in reposkein/reposkein#18 (init now gitignores these files going forward).Summary by cubic
Stop tracking per-machine RepoSkein MCP configs by gitignoring
.mcp.jsonandopencode.jsonand removing them from the index. These files contain absolute paths and a local Neo4j password, are regenerated byreposkein-mcp init, and.reposkein/remains tracked.Written for commit 9f81185. Summary will update on new commits.