Agent workflows
Audience: LLM agents. Companion: How we work
There are no iteration templates or spec files to fill. Use this page as a shape reference when aligning with the developer in chat.
Default loop
- Read Task board — pick
task-NNN(or a milestone from Roadmap). - Confirm in chat: goal, in/out scope, acceptance criteria (from the task entry).
- Implement + tests + docs + CHANGELOG bullet.
- Mark the task
[x]on the task board.
Task shapes (informal)
Feature — new or changed public API; update /api/ + /guide/; extend public-api.test.ts if exports change.
Bugfix — failing test first when practical; minimal diff; CHANGELOG under Fixed.
Docs only — no packages/core behaviour changes; pnpm --filter docs build.
Release — move CHANGELOG Unreleased → ## [x.y.z], bump packages/core/package.json, tag, publish.