@lambdacurry/arbor 0.20.0 → 0.20.1
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 +4 -4
- package/package.json +1 -1
package/dist/arbor.js
CHANGED
|
@@ -19069,11 +19069,11 @@ var ACTION_DEFINITIONS = [
|
|
|
19069
19069
|
},
|
|
19070
19070
|
{
|
|
19071
19071
|
name: "service_register",
|
|
19072
|
-
title: "Register a
|
|
19073
|
-
description: "Register a persistent service identity for Currybox
|
|
19072
|
+
title: "Register a Computer lifecycle service",
|
|
19073
|
+
description: "Register a persistent service identity for Currybox Computer lifecycle maintenance and mint its API key (shown ONCE). Human owner/admin CLI setup only. The credential is restricted to computer.get + computer.checkpoint + computer.reconcile_runs and to the Spaces listed here; store it as the Currybox control plane's Arbor credential.",
|
|
19074
19074
|
inputSchema: {
|
|
19075
|
-
displayName: exports_external.string().min(1).describe("the service display name, e.g. Currybox
|
|
19076
|
-
spaceIds: exports_external.array(exports_external.string().min(1)).min(1).describe("Spaces whose Thread computers the service may
|
|
19075
|
+
displayName: exports_external.string().min(1).describe("the service display name, e.g. Currybox lifecycle service"),
|
|
19076
|
+
spaceIds: exports_external.array(exports_external.string().min(1)).min(1).describe("Spaces whose Thread computers the service may maintain")
|
|
19077
19077
|
},
|
|
19078
19078
|
surfaces: ["cli"],
|
|
19079
19079
|
toolset: "admin",
|
package/package.json
CHANGED