Commit Graph

4 Commits

Author SHA1 Message Date
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
Symbiont
9034536775 Add web.py: Dendrite integration for web perception
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>
2026-03-19 20:14:16 +00:00
Symbiont
7afc878b3b Heartbeat: auto-detect and commit skill changes
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>
2026-03-19 20:03:21 +00:00
Symbiont
dd91089be0 Fix StartLimit directives in service file (move to [Unit])
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 19:42:25 +00:00