fix: correct global memory path in container CLAUDE.md

The documented path /workspace/project/groups/global/CLAUDE.md doesn't
match the actual mount point /workspace/global. This caused agents to
look for global memory at a nonexistent path.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Sargun Vohra
2026-04-04 21:01:09 -07:00
parent 391b729623
commit 22ab96ccac

View File

@@ -258,7 +258,7 @@ Read `/workspace/project/data/registered_groups.json` and format it nicely.
## Global Memory
You can read and write to `/workspace/project/groups/global/CLAUDE.md` for facts that should apply to all groups. Only update global memory when explicitly asked to "remember this globally" or similar.
You can read and write to `/workspace/global/CLAUDE.md` for facts that should apply to all groups. Only update global memory when explicitly asked to "remember this globally" or similar.
---