Commit Graph

2 Commits

Author SHA1 Message Date
Symbiont
5565f29c17 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
Symbiont
18c4dfa308 Add session registry + CLAUDE.md bootstrap
- sessions.py: SQLite registry for cross-session awareness
- CLAUDE.md: bootstrap context for every new Claude instance
- api.py: /sitrep and /sessions endpoints, task dispatch logs sessions
- Resource locking to prevent concurrent modification conflicts

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