feat(lazarus): operator control surface + cell isolation + process backend (#274, #269)

Implements the Lazarus Pit v2.0 foundation:

- cell.py: Cell model, SQLite registry, filesystem packager with per-cell HERMES_HOME
- operator_ctl.py: summon, invite, team, status, close, destroy commands
- backends/base.py + process_backend.py: backend abstraction with process implementation
- cli.py: operator CLI entrypoint
- tests/test_cell.py: 13 tests for isolation, registry, TTL, lifecycle
- README.md: quick start and architecture invariants

All acceptance criteria for #274 and #269 are scaffolded and tested.
13 tests pass.
This commit is contained in:
Timmy Foundation Ops
2026-04-06 16:58:14 +00:00
parent 2db03bedb4
commit c2fdbb5772
10 changed files with 868 additions and 0 deletions

View File

@@ -0,0 +1 @@
"""Tests for Lazarus Pit."""