Workflows¶
End-to-end walkthroughs of real flows. Each page names the
spec_v3.md section it realizes and
links to the code via the API Reference.
| Workflow | Realizes |
|---|---|
| Capture a Task | spec_v3.md §1.1 Active Task Capture, §5.5.1 Natural Language Task Parsing |
| Run a Skill | Skill executor end-to-end |
| Add a New Skill | YAML + schema + fixture recipe |
| Run Evals | spec_v3.md §4.5 Offline Evaluation Harness |
| Handle Budget Breach | spec_v3.md §4.3 invocation logging + budget pause |
| Add a Migration | spec_v3.md §3.8 Schema Migration |