From c395ca1e1a051fbe3b6a9bc68a5de0f22d2a6c71 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 7 Jun 2026 14:27:37 +0200 Subject: [PATCH] chore(meta): realign repo config after directory move The repo moved to /var/mnt/data/projects/settled-reach (flat layout, no more /main worktree subdir). Drop the stale autoMemoryDirectory override (pointed at the old /home path; revert to the native per-slug memory store) and gitignore .worktrees/, which now holds per-machine git worktrees under the repo root. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude/settings.json | 1 - .gitignore | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 5f05f3f1c..24e507468 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,5 +1,4 @@ { - "autoMemoryDirectory": "/home/jeroenschweitzer/Projects/settled-reach/.memory", "env": { "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" }, diff --git a/.gitignore b/.gitignore index afca18310..984912f72 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,9 @@ Thumbs.db wiki/economics/corporations/generated_brands.toml wiki/economics/corporations/generated_corporations.toml +# Git worktrees (per-machine, created under the repo root) +.worktrees/ + # Claude Code internals (plans, session transcripts) # Note: .claude/agents/, .claude/skills/, and .claude/settings.json ARE tracked .claude/plans/