chore: remove committed Claude Code memory files - #26
Merged
Conversation
The .claude/projects/ directory was committed in 1bfc5bf (2026-03-29). It is a stale snapshot of Claude Code's per-project memory, which actually lives under ~/.claude/projects/ — nothing reads the in-repo copy, and it had drifted well behind the real one. It also exposed a local filesystem path (and therefore the local username) in a public repo. Removed the directory, added .claude/projects/ to .gitignore, and dropped a doc link that pointed into it (the target file was never committed, so the link was already broken). Co-Authored-By: Claude Opus 5 (1M context) <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
Removes
.claude/projects/-Users-jravaliya-Code-skywatch/memory/(4 files) from the repo.Why
Committed back in
1bfc5bf(2026-03-29) alongside the initial design spec. Two problems:~/.claude/projects/, not in the repo. Nothing reads the in-repo copy, and it had frozen at 4 files while the real one grew to 12 and kept current.No credentials or secrets were in the files, so no history rewrite is proposed here. Content was project status notes and a short user profile.
Changes
.claude/projects/(4 files).claude/projects/to.gitignoredocs/superpowers/specs/2026-04-30-nimbus-smoke-design.mdthat pointed into that directory — it targetedproject_nimbus_decomposition.md, which was never committed, so the link was already broken onmain🤖 Generated with Claude Code