@lambdacurry/arbor 0.22.26 → 0.22.27
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.27",
|
|
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",
|
|
@@ -10827,7 +10827,7 @@ var ACTION_DEFINITIONS = [
|
|
|
10827
10827
|
runId: string2().describe("the runId returned by computer_run_start, run_…"),
|
|
10828
10828
|
outcome: _enum(["finished", "failed", "cancelled"]).optional().describe("terminal outcome; defaults to finished"),
|
|
10829
10829
|
reason: string2().max(500).optional().describe("one factual line on how this unit of work ended, e.g. what shipped or what broke"),
|
|
10830
|
-
discard: boolean2().optional().describe("explicitly abandon
|
|
10830
|
+
discard: boolean2().optional().describe("explicitly abandon non-durable Git or workspace state only after provider quiescence; requires outcome failed or cancelled and never overrides active or unknown execution")
|
|
10831
10831
|
},
|
|
10832
10832
|
surfaces: ["computer-mcp", "computer-cli"],
|
|
10833
10833
|
toolset: "loop",
|
package/package.json
CHANGED