Commit b1be398
committed
fix(memory): skip markdown placeholder snippets during short-term promotion
Bare bullet items (-, *, +) and whitespace-only lines in daily-note
bootstrap sections (e.g. ## Tagesnotizen followed by -) were being
promoted into MEMORY.md as empty or near-empty blocks. These are
structural scaffolding, not promotable content.
Fix: treat placeholder snippets as contaminated in isContaminatedDreamingSnippet
so they are skipped during promotion.
Closes #805821 parent 6441e56 commit b1be398
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
410 | 416 | | |
411 | 417 | | |
412 | 418 | | |
| |||
0 commit comments