Query active work
query_workSearch coding intents by owner, status, or scope to find who is changing a symbol and which work still has open conflicts. Returns each intent with its agent, claims, latest ChangeSet, dependencies, and conflict counts.
Instructions
Search intents by owner, status or scope, to answer questions like who is changing this symbol, or which work still has open conflicts. Read-only. Each result joins an intent to its agent, its claims, its latest ChangeSet (id and full object), the ids of intents that depend on it, and its count of OPEN or COORDINATING conflicts. Results are an array, capped by limit. With no filters it returns intents of every status, including finished ones. Use get_intent when you already have an id, and status for a grouped overview of everything at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of intents to return, from 1 to 500. Default 50. | |
| scope | No | Intents that declared, or ever claimed, a matching scope. Symbols match loosely, on their last two :: segments ignoring namespace and case, so unrelated same-named symbols can appear. | |
| status | No | Only intents in this lifecycle status: INTENT, CLAIMED, IN_PROGRESS, PROVISIONAL, VALIDATED, ACCEPTED, COMMITTED or DISCARDED. Case-insensitive. | |
| agent_id | No | Only intents owned by this agent (agt_...). |