Skip to content

chore: untrack local tooling state (.serena, .claude/settings.json)#259

Merged
maksimzinchuk merged 1 commit into
mainfrom
chore/untrack-local-tooling
Jul 20, 2026
Merged

chore: untrack local tooling state (.serena, .claude/settings.json)#259
maksimzinchuk merged 1 commit into
mainfrom
chore/untrack-local-tooling

Conversation

@maksimzinchuk

Copy link
Copy Markdown
Collaborator

Overview

Removes two per-developer paths from version control:

  • .serena/ — Serena MCP memory/config, regenerated per machine
  • .claude/settings.json — local Claude Code settings

Both are untracked with git rm --cached, so existing local copies are kept;
.gitignore now keeps them out of the repo. No source or build changes.

Stop tracking Serena's memory dir and the local Claude settings file; both are
per-developer state, not shared project config. Local copies are kept (git rm
--cached only), and .gitignore now keeps them out of the repo going forward.
@github-actions

Copy link
Copy Markdown

📦 Preview published for commit 8bff59b

Install the preview with dist-tag:

npm install @vc-shell/framework@pr-259

Or pin to the exact commit:

npm install @vc-shell/framework@2.2.0-pr259.8bff59b

Published packages (dist-tag pr-259, version 2.2.0-pr259.8bff59b):

  • @vc-shell/framework
  • @vc-shell/api-client-generator
  • @vc-shell/create-vc-app
  • @vc-shell/config-generator
  • @vc-shell/migrate
  • @vc-shell/ts-config
  • @vc-shell/mf-config
  • @vc-shell/mf-host
  • @vc-shell/mf-module
  • @vc-shell/vc-app-skill

@maksimzinchuk
maksimzinchuk merged commit ca2092d into main Jul 20, 2026
7 checks passed
@maksimzinchuk
maksimzinchuk deleted the chore/untrack-local-tooling branch July 20, 2026 17:35
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