@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.
Files changed (2) hide show
  1. package/dist/arbor.js +1 -1
  2. 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 paused completed → archived (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. Status is a deliberate signal — set it when the goal's state genuinely changes, not as routine bookkeeping.",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambdacurry/arbor",
3
- "version": "0.4.17",
3
+ "version": "0.4.18",
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
  "type": "module",
6
6
  "bin": {