@lambdacurry/arbor 0.21.45 → 0.21.46
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
|
@@ -16,7 +16,7 @@ var __export = (target, all) => {
|
|
|
16
16
|
// package.json
|
|
17
17
|
var package_default = {
|
|
18
18
|
name: "@lambdacurry/arbor",
|
|
19
|
-
version: "0.21.
|
|
19
|
+
version: "0.21.46",
|
|
20
20
|
description: "The Arbor CLI — a shared workspace for people and agents. The human + headless-agent write path over Arbor's guarded operation surface.",
|
|
21
21
|
keywords: [
|
|
22
22
|
"agents",
|
|
@@ -18604,7 +18604,7 @@ var MCP_OUTPUT_SCHEMAS = {
|
|
|
18604
18604
|
computerSessionId: id,
|
|
18605
18605
|
computerId: id,
|
|
18606
18606
|
status: exports_external.enum(["running", "dormant"]),
|
|
18607
|
-
readiness: exports_external.enum(["ready", "sleeping"
|
|
18607
|
+
readiness: exports_external.enum(["ready", "sleeping"]).optional(),
|
|
18608
18608
|
backend: exports_external.enum(["worker-shell", "container"]),
|
|
18609
18609
|
profile: computerProfile.nullable(),
|
|
18610
18610
|
capabilities: computerCapabilityCard,
|
package/package.json
CHANGED