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) <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"autoMemoryDirectory": "/home/jeroenschweitzer/Projects/settled-reach/.memory",
|
||||
"env": {
|
||||
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
|
||||
},
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user