Expand description
Tasks list route module.
This module provides the task listing endpoint (GET /api/v1/tasks) for the daemon.
The list response is deterministic, read-only, and derived solely from the
authoritative projection state. Ordering and pagination follow the contract in
plans/p6-006-tasks-list-implementation-plan.md.
Structs§
- Task
List Response - Tasks list response payload.
- Task
Summary - A stable task summary returned by the tasks list endpoint.
Functions§
- handle
- Tasks list handler.
- register_
routes - Registers the tasks list route in the router builder.