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>
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>
- 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>
Provides fetch_page, take_screenshot, execute_js, search_web,
and BrowserSession for multi-step interactions. Uses localhost
for speed since Dendrite runs on the same box.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Now watches /data/skills/ for changes on every heartbeat tick.
Commits and re-packages automatically.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>