Files
multica/server
J 2272ecee4e feat(runtime): mark issue blocked when an agent stops mid-task
When an agent does an interim/partial report but cannot continue (blocked,
waiting on input, or stopping with work unfinished), its task ends and
nothing resumes automatically. A natural-language "I'll continue later"
comment left the issue looking like it was still progressing, so squad
leaders and users could not tell the session had stopped (MUL-3114).

Add a narrow blocked-on-stall exception to both the comment-triggered and
assignment-triggered workflow steps: set `issue status blocked` and pin
`blocked_reason` / `waiting_on` so the stall is machine-readable. The
comment-triggered "do not change status unless asked" guardrail is kept.

Co-authored-by: multica-agent <github@multica.ai>
2026-06-08 14:11:42 +08:00
..