Execution packet
packetFetch the complete execution packet for a work item, including goals, hypotheses, decisions, and blocker outcomes, to get full context before starting or resuming work.
Instructions
Full execution packet for one work item as markdown: record, goals and fitness contribution, hypotheses, linked decisions, blocking questions and the outcome of every blocker. Fetch this before starting or resuming any work item; next returns the same bundle only for its single proposal, and show prints the bare record without execution context. cone=true appends multi-hop structural context over blocks edges (cone-depth default 4, cone-max default 50 nodes); deps returns just the blocker ids. An unknown id fails with not found (exit 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | work item id W-NN | |
| cone | No | append multi-hop structural context on blocks | |
| cone_max | No | cone node cap (default 50) | |
| cone_depth | No | cone BFS hops (default 4) |