mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-14 13:49:18 +02:00
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>