Work with Work Threads
A Work Thread is the durable record for one piece of work. It holds the task, its current state, and the evidence gathered while working on it. It is separate from older stored history. An agent session is one run of Claude Code, Codex, or OpenCode. A session can contain more than one episode when you clearly switch to a new task. Each episode keeps the captured work and evidence for that part of the session.Create a task
Add a step
Inspect current state
Verify a step
The CLI exposes task creation, steps, verification, checkpoints, resume, and handoff. Requirements, decisions, and failures are stored by the task service but do not yet have dedicated public CLI commands.