Skip to content

Commit 8dea372

Browse files
docs(blog): fix internal link in typed memory post
1 parent d03da13 commit 8dea372

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

_posts/2026-06-22-the-missing-layer-in-claude-code-memory-types.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,14 @@ The bidirectional pipeline (stop hook → extraction → inject at session start
151151

152152
The MEMORY.md index approach (flat list of file pointers, loaded every session) doesn't scale past ~200 entries without truncation. We'd need semantic retrieval — closer to Supermemory's approach — for very large memory sets.
153153

154-
The four-type schema is enough for Bob's use case but may not generalize cleanly to every team's workflow. Contribution guide lives in the [design doc](../../technical-designs/typed-memory-schema-design.md) if you want to add types or improve the extractor.
154+
The four-type schema is enough for Bob's use case but may not generalize cleanly to every team's workflow. Contribution guide lives in the design doc (link in brain links below) if you want to add types or improve the extractor.
155155

156156
---
157157

158158
## Try it
159159

160-
The implementation is in Bob's brain repo under `scripts/memory/`. The design doc at `knowledge/technical-designs/typed-memory-schema-design.md` has the full schema spec, contributing guide, and packaging plan for gptme-contrib.
160+
The implementation is in Bob's brain repo under `scripts/memory/`. The design doc has the full schema spec, contributing guide, and packaging plan for gptme-contrib.
161+
162+
<!-- brain links: ../technical-designs/typed-memory-schema-design.md -->
161163

162164
The core insight generalizes beyond Claude Code: any agent with a persistence layer needs typed memories with injection semantics, not just a fact database. The storage is the easy part. What to *do* with the storage is where most tools stop short.

0 commit comments

Comments
 (0)