mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
The squad leader briefing carried no signal about whether any delegated agent was still running on the issue, so a leader triggered by a worker's interim report could silently record `no_action` while the session had actually completed and nothing was continuing (MUL-3114). Add a claim-time "Current Execution State" snapshot to the leader briefing that reports whether any worker (non-leader) task is still active on the issue. The leader's own claim is excluded via is_leader_task, and the section is omitted for quick-create runs with no issue yet. The operating protocol now tells the leader to consult this snapshot before settling on `no_action`. Updates the multica-squads skill docs to match. Co-authored-by: multica-agent <github@multica.ai>