chore(memory): Basic Memory trial begins — sync normalization baseline (283 files)
Basic Memory v0.21.6 first sync over the live memory dir (steward-authorized live-dir trial, Option A 2026-06-06): adds permalink: to frontmatter, refolds long YAML description lines, strips final newlines. Bodies untouched — verified via full diff classification. From this commit forward, any diff in claude/memory shows only what Basic Memory or the session writes. Trial design: MemPalace untouched as incumbent; git status check on this dir at every wrap; end-of-day evaluation (recall quality, sync robustness, rebuild-from-files, malformed-file behavior). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
161fad7ae2
commit
3f9a89b00c
@@ -1,10 +1,16 @@
|
||||
---
|
||||
name: mempalace-chunk-by-paragraph-oversized-chunk-bug-diagnostic-record-2026-05-16
|
||||
description: "Specific mempalace bug identified the night of 2026-05-16 after a mine attempt of ~/.claude/projects/ failed with 120 GiB attention buffer error. Root cause: _chunk_by_paragraph (convo_miner.py:184-186 + 176-182) does not enforce CHUNK_SIZE, letting paragraphs become single oversized chunks that crash the embedding model. Reproducer + line numbers + fix shape recorded; decision pending on whether to file upstream as GH issue."
|
||||
metadata:
|
||||
description: 'Specific mempalace bug identified the night of 2026-05-16 after a mine
|
||||
attempt of ~/.claude/projects/ failed with 120 GiB attention buffer error. Root
|
||||
cause: _chunk_by_paragraph (convo_miner.py:184-186 + 176-182) does not enforce CHUNK_SIZE,
|
||||
letting paragraphs become single oversized chunks that crash the embedding model.
|
||||
Reproducer + line numbers + fix shape recorded; decision pending on whether to file
|
||||
upstream as GH issue.'
|
||||
metadata:
|
||||
node_type: memory
|
||||
type: project
|
||||
originSessionId: 8952fe77-1cf0-401d-9d88-01f9f0b13bcc
|
||||
permalink: claude-memory/project-mempalace-chunking-bug-2026-05-16
|
||||
---
|
||||
|
||||
# MemPalace `_chunk_by_paragraph` oversized-chunk bug
|
||||
@@ -222,4 +228,4 @@ Decision recommendation for steward (offered, not made):
|
||||
- **Defer filing + fix locally** if you want immediate working ingestion for ops 2/3/4 without waiting on upstream merge. The `_emit_bounded` helper is ~5 minutes of work in a fresh head.
|
||||
- **Defer + accept current corpus as-is** if you want to use what's already in palace-memory and not push more ingestion until upstream ships a fix.
|
||||
|
||||
Either way: don't retry `mempalace mine ~/.claude/projects/ --mode convos` until this is addressed; it will crash again on the same two files.
|
||||
Either way: don't retry `mempalace mine ~/.claude/projects/ --mode convos` until this is addressed; it will crash again on the same two files.
|
||||
Reference in New Issue
Block a user