@lambdacurry/arbor 0.21.32 → 0.21.33
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/dist/arbor.js +2 -2
- package/package.json +1 -1
package/dist/arbor.js
CHANGED
|
@@ -19715,10 +19715,10 @@ var ACTION_DEFINITIONS = [
|
|
|
19715
19715
|
{
|
|
19716
19716
|
name: "computer_open",
|
|
19717
19717
|
title: "Open a Thread computer",
|
|
19718
|
-
description: "Open a Thread
|
|
19718
|
+
description: "Open a usable Thread workspace with verified root repository instruction pointers; omit the key to retry the same logical open for your profile/Thread/recipe, with unsafe recovery refused. Forward profile-revision or additive authorized repository drift auto-reconciles; removal, setup, backend/provider/profile changes require computer_reprovision.",
|
|
19719
19719
|
inputSchema: {
|
|
19720
19720
|
threadId: exports_external.string().describe("the Arbor Thread whose stable computer to open, thr_…"),
|
|
19721
|
-
idempotencyKey: exports_external.string().min(1).max(200).describe("
|
|
19721
|
+
idempotencyKey: exports_external.string().trim().min(1).max(200).optional().describe("optional explicit key for ONE distinct logical open; omission reuses the durable profile/Thread/recipe identity; changed options require a distinct intent; retry unchanged after response loss and never mint a new key to bypass unresolved work"),
|
|
19722
19722
|
vcpus: exports_external.number().int().min(1).max(4).optional().describe("optional container vCPU request"),
|
|
19723
19723
|
label: exports_external.string().optional().describe("short runtime label for operator diagnostics")
|
|
19724
19724
|
},
|
package/package.json
CHANGED