Skip to content

chore: untrack claude code planning artifacts#52

Merged
bolin8017 merged 1 commit into
mainfrom
chore/untrack-process-docs
Apr 18, 2026
Merged

chore: untrack claude code planning artifacts#52
bolin8017 merged 1 commit into
mainfrom
chore/untrack-process-docs

Conversation

@bolin8017
Copy link
Copy Markdown
Owner

Summary

  • Untracks six docs/plans/ and docs/superpowers/ files that were session artifacts from the superpowers skill — design + plan docs that captured implementation-time state already landed in code.
  • docs/plans/ was already in .gitignore but only blocks new files, so the older committed entries remained; docs/superpowers/ was not ignored at all.
  • Files are removed from git history going forward via git rm --cached (still on disk for local reference); .gitignore extended to cover docs/superpowers/.

Kept: content-spec.md, deferred-improvements.md, staging-setup.md, supabase-schema.sql — these are durable references cited from CLAUDE.md.

Test plan

  • git status after commit shows clean working tree.
  • git check-ignore -v docs/plans/...md docs/superpowers/.../...md confirms both paths ignored.
  • Local files preserved: ls docs/plans/ docs/superpowers/ still populated.

The six docs/plans/ and docs/superpowers/ files were session artifacts
produced by the superpowers skill during earlier feature work. They
captured design + plan state that only makes sense during implementation
and was already landed in the codebase; shipping them in git added
permanent noise reviewers had to skim past.

docs/plans/ was already in .gitignore but only prevents NEW files from
being tracked, so the pre-existing entries lingered. docs/superpowers/
was missing from .gitignore entirely. Untrack both directories with
git rm --cached (files remain on disk for local use) and extend the
ignore rule to cover docs/superpowers/ so future skill output stays
local.

Kept in docs/: content-spec.md (rendering contract), deferred-
improvements.md (live follow-up tracker), staging-setup.md (deploy
runbook), supabase-schema.sql (schema reference). These are durable
references cited from CLAUDE.md and unrelated to per-session planning.
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
caffecode Ready Ready Preview, Comment Apr 18, 2026 9:32am

@github-actions
Copy link
Copy Markdown

📊 Coverage Report

Package Statements Branches Functions Lines
shared 92.22% ❌ (≥95%) 87.74% ❌ (≥90%) 96.87% ✅ (≥95%) 91.88% ❌ (≥95%)
web 94.03% ✅ (≥90%) 89.26% ✅ (≥85%) 96.5% ✅ (≥90%) 94.77% ✅ (≥90%)

🤖 Generated by CI · thresholds enforced via vitest

@bolin8017 bolin8017 merged commit 388f693 into main Apr 18, 2026
3 checks passed
@bolin8017 bolin8017 deleted the chore/untrack-process-docs branch April 18, 2026 10:06
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