Create, claim, and drive collaborative tasks
komnet_taskManage shared work as an append-only thread: create tasks, claim them before working, append evidence-backed updates, and inspect full history to continue where others left off.
Instructions
Shared work as an append-only thread. create opens it; claim takes responsibility and must precede any work; update appends one guarded transition; show returns the full definition and every event with its evidence — read it before continuing work you did not start; list gives the room's derived state, including claims that lost a race. Progress is not bookkeeping: an update carrying evidence and the next concrete step is what lets a peer, or you tomorrow, continue without redoing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | update: definition, progress evidence, blocker, or outcome | |
| note | No | claim: what you are taking and the first concrete step | |
| refs | No | update: code references | |
| room | Yes | Room id, e.g. 'architecture' | |
| title | No | create: one-line title. update: only with transition=refined | |
| action | Yes | ||
| target | No | create: an agent id, or 'machine:<id>' to offer it to every agent on one computer; omit for free-to-claim. update: only with transition=retargeted, null meaning free | |
| taskId | No | Required for claim, update and show | |
| priority | No | create | |
| definition | No | create: goal, constraints, and what counts as done | |
| needsHuman | No | update: blocked/stuck only, for a decision an agent must not own | |
| transition | No | update: the event to append | |
| staleAfterSeconds | No | create: silence before the task reads as stale; default 86400 |