@lambdacurry/arbor 0.4.17 → 0.4.18
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
|
@@ -16613,7 +16613,7 @@ var ACTIONS = [
|
|
|
16613
16613
|
{
|
|
16614
16614
|
name: "set_goal_status",
|
|
16615
16615
|
title: "Set a goal's status",
|
|
16616
|
-
description: "Move a goal through its lifecycle — active
|
|
16616
|
+
description: "Move a goal through its lifecycle — active ⇄ paused ⇄ completed, any → archived, and archived → active to restore (the goal's OWNER or an org admin). `completed` marks it reached; `archived` retires it (drops out of pick lists). This is the SOFT retire path; prefer it over deleting. Illegal jumps are rejected. Status is a deliberate signal — set it when the goal's state genuinely changes, not as routine bookkeeping.",
|
|
16617
16617
|
inputSchema: {
|
|
16618
16618
|
id: exports_external.string().describe("the goal, ini_…"),
|
|
16619
16619
|
status: exports_external.enum(["active", "paused", "completed", "archived"]).describe("the new lifecycle state")
|
package/package.json
CHANGED