Files
learning-garden/sources/psb-gemma-shared-mistakes.md
psb-gemma 47a8b40fdb Add growth state frontmatter to all 280 wiki files
TREE(74): training modules, entity profiles, 2890 references, keyword indices
SPROUT(42): knowledge pages, project docs, curated source material
SEED(164): daily notes, raw session logs, unprocessed material

Updated AUDIT_MANIFEST.json with growth classifications.
2026-05-14 01:27:59 +00:00

42 lines
1.4 KiB
Markdown

---
pageType: source
id: source.psb-gemma-shared-mistakes
title: psb-gemma-shared-mistakes
sourceType: local-file
sourcePath: /home/topher/.openclaw/workspace-psb-gemma/memory/shared-mistakes.md
ingestedAt: 2026-05-03T01:24:55.864Z
updatedAt: 2026-05-03T01:24:55.864Z
status: active
growth: sprout
---
# psb-gemma-shared-mistakes
## Source
- Type: `local-file`
- Path: `/home/topher/.openclaw/workspace-psb-gemma/memory/shared-mistakes.md`
- Bytes: 715
- Updated: 2026-05-03T01:24:55.864Z
## Content
```text
### Mistake: Workspace routing — claimed no memory when files existed
- **What happened:** Said "I don't have context from earlier messages" when user asked about Qdrant/server setup. Actually all files existed in original workspace.
- **Reality:** OpenClaw created fresh empty workspace. Session JSONLs and MEMORY.md had full history. Just didn't search.
- **Correction:** Before claiming memory loss, search: (1) session JSONLs, (2) workspace MEMORY.md, (3) memory/ daily files. CLAUDE FIXED THE ROUTING — verify workspace path at session start.
- **Pattern to watch:** "I don't have context" or "what happened yesterday" — always search first
- **Source:** corrections.md 2026-04-07
- **Repeat count:** 1
```
## Notes
<!-- openclaw:human:start -->
<!-- openclaw:human:end -->
## Related
<!-- openclaw:wiki:related:start -->
- No related pages yet.
<!-- openclaw:wiki:related:end -->