mirror of
https://github.com/wassname/evil_MoE.git
synced 2026-06-27 16:45:42 +08:00
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:
+2
-1
@@ -1,4 +1,5 @@
|
||||
.claude/
|
||||
.claude/*
|
||||
!.claude/memory/
|
||||
.venv/
|
||||
/out/
|
||||
/data/
|
||||
|
||||
Reference in New Issue
Block a user