Skip to content

chore: remove committed Claude Code memory files - #26

Merged
jayrav13 merged 1 commit into
mainfrom
chore/remove-committed-claude-memory
Aug 7, 2026
Merged

chore: remove committed Claude Code memory files#26
jayrav13 merged 1 commit into
mainfrom
chore/remove-committed-claude-memory

Conversation

@jayrav13

@jayrav13 jayrav13 commented Aug 7, 2026

Copy link
Copy Markdown
Owner

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:

  1. It's dead weight. Claude Code's per-project memory lives under ~/.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.
  2. It leaked a local path — and with it the local username — into a public repo.

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

  • Delete .claude/projects/ (4 files)
  • Add .claude/projects/ to .gitignore
  • Unlink a reference in docs/superpowers/specs/2026-04-30-nimbus-smoke-design.md that pointed into that directory — it targeted project_nimbus_decomposition.md, which was never committed, so the link was already broken on main

🤖 Generated with Claude Code

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>
@jayrav13
jayrav13 merged commit 942ab33 into main Aug 7, 2026
3 checks passed
@jayrav13
jayrav13 deleted the chore/remove-committed-claude-memory branch August 7, 2026 19:10
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