@treeseed/sdk 0.13.0-rc.93 → 0.13.0-rc.94

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.
@@ -1 +1 @@
1
- {"completedAt":"2026-09-07T10:20:08.311Z"}
1
+ {"completedAt":"2026-09-07T10:58:49.818Z"}
@@ -90,6 +90,7 @@ const operationBindings = {
90
90
  "host initialize": local("local.host.initialize"),
91
91
  "dev session start": local("local.dev.session.start"),
92
92
  "dev session stop": local("local.dev.session.stop"),
93
+ "dev session recover": local("local.dev.session.recover"),
93
94
  "dev use": local("local.dev.use"),
94
95
  "dev rebuild": local("local.dev.rebuild"),
95
96
  "dev status": local("local.dev.status"),
@@ -386,7 +387,8 @@ const commandTree = {
386
387
  ]),
387
388
  branch("session", [
388
389
  developmentCommand("start", "mutation", "manifest", [{ name: "--actor", description: "Audited development-session actor.", type: "string" }, { name: "--lease-seconds", description: "Requested bounded lease duration.", type: "number" }]),
389
- developmentCommand("stop", "mutation", void 0, [{ name: "--session", description: "Development session identity.", type: "string" }, { name: "--restore", description: "Restore released routes and targets.", type: "boolean" }])
390
+ developmentCommand("stop", "mutation", void 0, [{ name: "--session", description: "Development session identity.", type: "string" }, { name: "--restore", description: "Restore released routes and targets.", type: "boolean" }]),
391
+ developmentCommand("recover", "mutation", void 0, [{ name: "--session", description: "Exact manager session whose local custody should be recovered.", type: "string", required: true }])
390
392
  ]),
391
393
  developmentCommand("use", "mutation", "selection", [{ name: "--session", description: "Development session identity.", type: "string" }, { name: "--target", description: "Additional project.target=mode selections.", type: "string[]" }]),
392
394
  developmentCommand("rebuild", "mutation", "target", [{ name: "--session", description: "Development session identity.", type: "string" }]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeseed/sdk",
3
- "version": "0.13.0-rc.93",
3
+ "version": "0.13.0-rc.94",
4
4
  "description": "Portable TreeSeed contracts, standards, and typed remote control-plane clients.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {