@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.
- package/dist/arbor.js +1 -1
- 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.
|
|
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