@treeseed/sdk 0.13.0-rc.98 → 0.13.0-rc.99

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-07T16:59:35.411Z"}
1
+ {"completedAt":"2026-09-07T18:00:53.645Z"}
@@ -151,6 +151,7 @@ const operationBindings = {
151
151
  "ai storage show": operation("ai.instances.storage.show", aiInstance()),
152
152
  "ai storage connect": operation("ai.instances.storage.put", [...aiInstance(), field("body", "connectionId", "option", "connection", true), field("body", "bucket", "option", "bucket", true)]),
153
153
  "ai storage disconnect": operation("ai.instances.storage.remove", aiInstance()),
154
+ "ai storage verify": local("local.host.ai.storage.verify"),
154
155
  "ai mode show": local("local.host.ai.mode.show"),
155
156
  "ai mode set": local("local.host.ai.mode.set"),
156
157
  "ai inference models": operation("treeai.inference.get.models", [aiNode()]),
@@ -485,7 +486,7 @@ const commandTree = {
485
486
  branch("storage", [leaf("show"), addOptions(leaf("connect", "mutation"), [
486
487
  { name: "--connection", description: "Team object-storage service connection ID.", type: "string", required: true },
487
488
  { name: "--bucket", description: "Private artifact bucket to ensure and bind.", type: "string", required: true }
488
- ]), leaf("disconnect", "mutation")])
489
+ ]), leaf("disconnect", "mutation"), leaf("verify", "mutation", void 0, "authority")])
489
490
  ]),
490
491
  branch("library", [
491
492
  libraryRead("show"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeseed/sdk",
3
- "version": "0.13.0-rc.98",
3
+ "version": "0.13.0-rc.99",
4
4
  "description": "Portable TreeSeed contracts, standards, and typed remote control-plane clients.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {