Commit Graph

5 Commits

Author SHA1 Message Date
Claude
6b6d693f30 auto-repair: commit 3 uncommitted file(s) — 2026-05-14 2026-05-14 06:00:03 +00:00
Claude
29550d6f1b auto-repair: commit 3 uncommitted file(s) — 2026-04-11 2026-04-11 06:00:03 +00:00
Claude
afd14d1d00 auto-repair: commit 7 uncommitted file(s) — 2026-03-30 2026-03-30 18:18:23 +00:00
18252e05e6 Engram: add world_state table, redesign sitrep() for context safety
sitrep() now returns world_state + active session one-liners only.
Detailed logs available via get_session_logs() when needed.
Initial world state written documenting full Muse ecosystem.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 14:15:41 +00:00
f75452dd4c Rename sessions → Engram: persistent memory across Claude instances
Engram is the physical trace a memory leaves in neural tissue.
Every Claude session now writes its engrams to /data/symbiont/engram.db.

Changes:
- sessions.py → engram.py with class Engram (SessionRegistry alias kept)
- sessions.db → engram.db
- CLAUDE.md updated to use Engram
- Genesis session registered with full build history

Muse ecosystem: Cortex + Dendrite + Symbiont + Engram

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 13:45:34 +00:00