chore: gitignore Maina local artifacts under .maina/#117
Conversation
Ignore per-developer Maina MCP tooling state (sqlite DBs + on-disk caches) generated under .maina/. Supersedes #114, which mistakenly targeted .main/ (missing the 'a') and so matched nothing. https://claude.ai/code/session_01SMSKutPGegZz7PiPwfMrXW
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
Bundle Size Report
|
|
Branch audit: this PR's diff and #114's diff are byte-identical — both add: #114 does not contain the Net: #114 is correct on its own and has been sitting green (verify, Type Check, Test (Node 22), Lint, Bundle Size, Constitution all ✅) for ~22 days. Suggest closing this PR as a duplicate and merging #114 directly. Happy to close this one on your signal. Generated by Claude Code |
Summary
.maina/:.maina/cache/,.maina/context/,.maina/*.db.constitution.md,decisions/,features/,prompts/) is unaffected.Why this supersedes #114
PR #114 had the right intent but added
.main/patterns (missing thea) — those match nothing, so the artifacts kept showing up as untracked. CodeRabbit's pre-merge title check flagged the same mismatch. This PR uses the correct.maina/paths. Recommend closing #114 in favor of this.Test plan
.maina/directory (confirmed.maina/is the tracked dir;git ls-files .maina/= 32 tracked files, all underconstitution.md/decisions/features/prompts).Generated by Claude Code