Change status
change_statusGet a full status overview of the active change, including tasks, constraints, journal entries, and suggested next action. Use 'all' to list all changes with task counts.
Instructions
Read-only orientation call: the single way to re-orient on tracked work at the start of any chat. Without arguments it renders the active change in full: title, goal, stage documents present or missing, tasks grouped by status, constraints, the last ten journal entries tagged with the change, and a derived suggested next action. With all: true (or with no active change) it lists every change newest-first with done/total task counts. Never writes state and is never journaled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | List every change instead of rendering one in full. Defaults to false. | |
| changeId | No | Change id. Defaults to the active change; an unknown id is a clean error. | |
| workspace | No | Workspace name (see workspace_list). Defaults to the primary workspace. |