fix(socket): intake-task now returns full task with id #206

Merged
clawdie merged 1 commit from fix/intake-task-return-id into main 2026-06-26 07:33:46 +02:00
Owner

Previously intake-task returned {"status":"queued"} with no task_id,
breaking runbook steps 3-4 that needed the id for transition-task.

Now cmd_intake_task creates the task in the store immediately (like
create-task) and returns the full Task object including id, status,
title, etc. The scheduler queue path is unchanged — the task is still
pushed to the intake queue for the tick to route/claim.

Test updated: scheduler_routes_intake verifies response contains id.

Previously intake-task returned {"status":"queued"} with no task_id, breaking runbook steps 3-4 that needed the id for transition-task. Now cmd_intake_task creates the task in the store immediately (like create-task) and returns the full Task object including id, status, title, etc. The scheduler queue path is unchanged — the task is still pushed to the intake queue for the tick to route/claim. Test updated: scheduler_routes_intake verifies response contains id.
clawdie added 1 commit 2026-06-26 07:33:34 +02:00
fix(socket): intake-task now returns full task with id
Some checks are pending
CI / rust (pull_request) Waiting to run
CI / markdown (pull_request) Waiting to run
CI / port (pull_request) Waiting to run
CI / agent-jail-pkgs (pull_request) Waiting to run
d5d7f68876
Previously intake-task returned {"status":"queued"} with no task_id,
breaking runbook steps 3-4 that needed the id for transition-task.

Now cmd_intake_task creates the task in the store immediately (like
create-task) and returns the full Task object including id, status,
title, etc. The scheduler queue path is unchanged — the task is still
pushed to the intake queue for the tick to route/claim.

Test updated: scheduler_routes_intake verifies response contains id.
clawdie merged commit d76504c5bb into main 2026-06-26 07:33:46 +02:00
clawdie deleted branch fix/intake-task-return-id 2026-06-26 07:33:46 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/colibri#206
No description provided.