Files
thedotmack__claude-mem/tests/worker
Madan Kumar 0bbef55a70 fix(sqlite): skip empty-title observations at capture (#3176)
Empty-title observations are malformed, low-signal rows that fill the recency-based recall window without adding any facts. Skip them in storeObservations so they stop accumulating in the observations table.

The single-observation storeObservation wrapper now requires a non-empty title (throws instead of returning an undefined id), and its /api/memory/save caller falls back to the text-derived title for whitespace-only titles so a blank title never reaches the store.

Refs #3163
2026-09-11 10:06:17 -07:00
..