feat: snapshot/restore checkpoints (SAND-WP-0007)
Add workspace checkpoint API with SnapshotStore, extension hooks on compose-ssh and saas-stub, manager orchestration, CLI/HTTP surface, profile.compose-checkpoint, and docs/tests.
This commit is contained in:
parent
2760ef2373
commit
952cebf2e9
21 changed files with 966 additions and 34 deletions
5
src/sandboxer/snapshots/__init__.py
Normal file
5
src/sandboxer/snapshots/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"""Snapshot checkpoint persistence."""
|
||||
|
||||
from sandboxer.snapshots.store import SnapshotStore
|
||||
|
||||
__all__ = ["SnapshotStore"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue