clawdie-ai/scripts/memory
Clawdie AI c1fe217f7e feat: import prior session memories into brain; add import-memories.py
- MEMORY.md restored from v2 transfer JSON (was absent in Supabase backups)
- scripts/memory/import-memories.py: chunk + embed + insert into memories,
  memory_chunks, memory_embeddings via psql fallback (no psycopg2 required)
- Imported 8 historical sessions (Feb-Mar 2026) from old agent into klavdija_brain

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---
Build: pass | Tests: pass — Tests  431 passed (431)
2026-03-28 14:14:59 +00:00
..
chunk.sh Add memory pipeline scripts (Phase 2) 2026-03-10 09:30:34 +00:00
common.sh refactor: derive DB identity from AGENT_NAME, drop hardcoded agent refs 2026-03-28 08:55:06 +00:00
embed.sh refactor: derive DB identity from AGENT_NAME, drop hardcoded agent refs 2026-03-28 08:55:06 +00:00
import-memories.py feat: import prior session memories into brain; add import-memories.py 2026-03-28 14:14:59 +00:00
memory-hydrate-pg.sh refactor: derive DB identity from AGENT_NAME, drop hardcoded agent refs 2026-03-28 08:55:06 +00:00
memory-pg.sh fix(dates): standardize DD.mmm.YYYY display and snapshot naming 2026-03-14 00:07:55 +01:00