@lambdacurry/arbor 0.21.37 → 0.21.38

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.
Files changed (2) hide show
  1. package/dist/arbor.js +1 -1
  2. package/package.json +1 -1
package/dist/arbor.js CHANGED
@@ -19885,7 +19885,7 @@ var ACTION_DEFINITIONS = [
19885
19885
  {
19886
19886
  name: "computer_status",
19887
19887
  title: "Inspect a computer",
19888
- description: "Inspect the live PARENT Thread Computer's capabilities, execution readiness, processes, and profile. If its named command session is unavailable, command capabilities disappear and recovery points to computer_open; this does not report isolated Run command state, so use computer_run_receipt for Run state or get_computer for durable lineage.",
19888
+ description: "Inspect the live PARENT Thread Computer's capabilities, execution readiness, processes, and profile. Transient session unavailability drops command capabilities and may retry computer_open once; a terminal unknown mutation is a non-retryable stop — this does not report isolated Run command state, so use computer_run_receipt for Run state or get_computer for durable lineage.",
19889
19889
  inputSchema: {
19890
19890
  computerSessionId: exports_external.string().describe("the computerSessionId returned by computer_open, cms_…")
19891
19891
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdacurry/arbor",
3
- "version": "0.21.37",
3
+ "version": "0.21.38",
4
4
  "description": "The Arbor CLI — a shared workspace for people and agents. The human + headless-agent write path over Arbor's guarded operation surface.",
5
5
  "keywords": [
6
6
  "agents",