Skip to content

chore: untrack planning & brainstorm docs (local-only) - #57

Merged
carterscode merged 1 commit into
mainfrom
chore/untrack-planning-docs
Jun 20, 2026
Merged

chore: untrack planning & brainstorm docs (local-only)#57
carterscode merged 1 commit into
mainfrom
chore/untrack-planning-docs

Conversation

@carterscode

Copy link
Copy Markdown
Owner

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

  • Untracked (via git rm --cached, so the files remain on disk locally):
    • docs/plans/2026-06-03-001-feat-cpu-aware-power-plans-plan.md
    • docs/plans/2026-06-05-001-feat-additional-monitored-settings-plan.md
    • docs/plans/2026-06-11-001-feat-disable-vbs-plan.md
    • docs/brainstorms/2026-06-03-cpu-aware-power-plans-requirements.md
    • docs/brainstorms/2026-06-05-additional-settings-requirements.md
    • docs/feat-gaming-optimize-plan.md (a historical execution-plan doc at docs root)
  • .gitignore — added docs/plans/, docs/brainstorms/, and docs/feat-gaming-optimize-plan.md so planning docs can't be committed again.

Kept (intentionally)

docs/CPU-AWARE-POWER-PLANS.md and docs/wiki/CPU-Power-Plans.md are feature reference docs (Windows power plans), not project plans — they stay tracked.

Notes

  • No surviving tracked file links to any removed doc (the only references were between the removed docs themselves), so no dead links.
  • Files stay on disk locally and are now gitignored; this is non-destructive.

🤖 Generated with Claude Code

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>
@carterscode
carterscode merged commit 3a20b9a into main Jun 20, 2026
4 checks passed
@carterscode
carterscode deleted the chore/untrack-planning-docs branch June 20, 2026 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant