Files
multica/server
J 67c347518f feat(squad): surface active-worker execution state in leader briefing
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>
2026-06-08 14:11:53 +08:00
..