pub async fn handle(
state: State<RouterState>,
raw_query: RawQuery,
) -> impl IntoResponseExpand description
Tasks list handler.
This handler responds to GET /api/v1/tasks with a deterministic, side-effect-free
payload containing task summaries derived from authoritative projection state.