Commit 8cbd7d3
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | 260 | | |
267 | 261 | | |
268 | 262 | | |
| |||
0 commit comments