chore: untrack planning & brainstorm docs (local-only) - #57
Merged
Conversation
Planning and brainstorm documents are working notes that should never be committed (same philosophy as CLAUDE.md). Untrack the existing ones (kept on disk locally via --cached) and gitignore docs/plans/, docs/brainstorms/, and the stray docs/feat-gaming-optimize-plan.md execution-plan doc so they can't be re-added. The *POWER-PLANS* docs (docs/CPU-AWARE-POWER-PLANS.md, wiki/CPU-Power-Plans.md) are feature reference docs, not project plans, and stay tracked. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
Planning and brainstorm documents are working notes that should never be committed to git — same philosophy as the local-only
CLAUDE.md. This removes the ones currently tracked and prevents new ones from being added.Changes
git rm --cached, so the files remain on disk locally):docs/plans/2026-06-03-001-feat-cpu-aware-power-plans-plan.mddocs/plans/2026-06-05-001-feat-additional-monitored-settings-plan.mddocs/plans/2026-06-11-001-feat-disable-vbs-plan.mddocs/brainstorms/2026-06-03-cpu-aware-power-plans-requirements.mddocs/brainstorms/2026-06-05-additional-settings-requirements.mddocs/feat-gaming-optimize-plan.md(a historical execution-plan doc at docs root).gitignore— addeddocs/plans/,docs/brainstorms/, anddocs/feat-gaming-optimize-plan.mdso planning docs can't be committed again.Kept (intentionally)
docs/CPU-AWARE-POWER-PLANS.mdanddocs/wiki/CPU-Power-Plans.mdare feature reference docs (Windows power plans), not project plans — they stay tracked.Notes
🤖 Generated with Claude Code