generated from coulomb/repo-seed
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:
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"]
|
||||
Reference in New Issue
Block a user