Skip to content

Commit 8cbd7d3

Browse files
committed
fix: drop stale "Global Memory" instruction from main seed prompt
groups/main/CLAUDE.md tells the main agent it "can read and write to /workspace/global/CLAUDE.md for facts that should apply to all groups." That mount no longer exists: the c8fc1da cutover moved the universal base into container/CLAUDE.md (RO at /app/CLAUDE.md) and groups/global/ is deleted on every startup, so the path never mounts. There is no runtime-writable global-memory path to repoint to — per-group memory lives in CLAUDE.local.md, and the shared base is build-time and read-only — so the section is removed rather than rewritten. Related: #2312 (same incomplete c8fc1da cleanup).
1 parent 625264b commit 8cbd7d3

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

groups/main/CLAUDE.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,6 @@ Read `/workspace/project/data/registered_groups.json` and format it nicely.
257257

258258
---
259259

260-
## Global Memory
261-
262-
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.
263-
264-
---
265-
266260
## Scheduling for Other Groups
267261

268262
When scheduling tasks for other groups, use the `target_group_jid` parameter with the group's JID from `registered_groups.json`:

0 commit comments

Comments
 (0)