@lambdacurry/arbor 0.22.16 → 0.22.17
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// package.json
|
|
3
3
|
var package_default = {
|
|
4
4
|
name: "@lambdacurry/arbor",
|
|
5
|
-
version: "0.22.
|
|
5
|
+
version: "0.22.17",
|
|
6
6
|
description: "The Arbor CLI — a shared workspace for people and agents. The human + headless-agent write path over Arbor's guarded operation surface.",
|
|
7
7
|
keywords: [
|
|
8
8
|
"agents",
|
|
@@ -12143,7 +12143,7 @@ var ACTION_DEFINITIONS = [
|
|
|
12143
12143
|
code: string2().min(1).max(1e5).optional().describe("advanced script source; mutually exclusive with operations"),
|
|
12144
12144
|
operations: TLDRAW_EXEC_OPERATIONS_SCHEMA.optional(),
|
|
12145
12145
|
idempotencyKey: string2().min(1).max(200).describe("stable key for this execution"),
|
|
12146
|
-
expectedDocumentClock: number2().int().min(0).optional().describe("
|
|
12146
|
+
expectedDocumentClock: number2().int().min(0).optional().describe("opt-in coarse CAS over the whole durable tldraw document; omit for ordinary multiplayer edits"),
|
|
12147
12147
|
boundedSettleMs: number2().int().min(400).max(3000).optional().describe("maximum settle time")
|
|
12148
12148
|
},
|
|
12149
12149
|
surfaces: ["mcp", "cli"],
|
package/package.json
CHANGED