@tridha643/hestia 1.2.0 → 1.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tridha643/hestia",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Per-worktree isolated development stacks for humans and coding agents",
5
5
  "repository": {
6
6
  "type": "git",
@@ -240,7 +240,8 @@ JSON/NDJSON commands.
240
240
  Run `down` before switching or deleting the branch. After deletion, use the
241
241
  recorded project with `hestia down --project <project>`. Docker workloads
242
242
  cannot be stopped individually (`backend-not-stoppable`); proc/Wrangler
243
- workloads can. Named volumes are retained unless `--destroy` is explicit.
243
+ workloads can. Named volumes and project-built images are retained unless
244
+ `--destroy` is explicit (it adds `-v --rmi local`; shared base images stay).
244
245
 
245
246
  ## Stable error remedies
246
247