memory: track agent memory in repo .claude/memory (symlinked from harness path)

Move per-project agent memory into the repo so it is version-controlled.
Harness path /root/.claude/projects/.../memory now symlinks here, so
auto-load still works while the files live under git. Un-ignore only
.claude/memory/ (worktrees, locks, local settings stay ignored).

Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
wassname
2026-06-03 11:08:25 +00:00
parent 51ee43577a
commit 9c188f60be
6 changed files with 81 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
.claude/
.claude/*
!.claude/memory/
.venv/
/out/
/data/