@hasna/sandboxes 0.1.28 → 0.1.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -65,16 +65,21 @@ MCP_HTTP=1 sandboxes-mcp
65
65
  sandboxes-serve
66
66
  ```
67
67
 
68
- ## Cloud Sync
68
+ ## Storage Sync
69
69
 
70
- This package supports cloud sync via `@hasna/cloud`:
70
+ Remote storage sync is optional. By default sandboxes use local SQLite at `~/.hasna/sandboxes/`.
71
71
 
72
72
  ```bash
73
- cloud setup
74
- cloud sync push --service sandboxes
75
- cloud sync pull --service sandboxes
73
+ sandboxes storage status
74
+ sandboxes storage push
75
+ sandboxes storage pull
76
+ sandboxes storage sync
76
77
  ```
77
78
 
79
+ Set `HASNA_SANDBOXES_DATABASE_URL` or configure
80
+ `~/.hasna/sandboxes/storage/config.json` to run in hybrid/remote mode with
81
+ PostgreSQL.
82
+
78
83
  ## Data Directory
79
84
 
80
85
  Data is stored in `~/.hasna/sandboxes/`.