mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-16 19:29:26 +02:00
docs(squad): correct stale "four status buckets" comments to five (#3640)
Co-authored-by: J <j@multica.ai> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -1121,7 +1121,7 @@ function SquadOverviewPane({
|
||||
);
|
||||
}
|
||||
|
||||
// Visual config for the four squad member status buckets. Mirrors
|
||||
// Visual config for the five squad member status buckets. Mirrors
|
||||
// availabilityConfig + workloadConfig in packages/views/agents/presence.ts —
|
||||
// same semantic tokens so a status dot here matches the agent page's dot.
|
||||
// Unknown / null statuses (human members, server-side enum drift) render as
|
||||
|
||||
@@ -463,7 +463,7 @@ type SquadMemberStatusListResponse struct {
|
||||
Members []SquadMemberStatusResponse `json:"members"`
|
||||
}
|
||||
|
||||
// deriveSquadMemberStatus collapses runtime + task signals into the four
|
||||
// deriveSquadMemberStatus collapses runtime + task signals into the five
|
||||
// status buckets used by the squad UI. Mirrors the workload+availability
|
||||
// split in packages/core/agents/derive-presence.ts: working wins over
|
||||
// runtime health (an agent that is in the middle of dispatched/running
|
||||
|
||||
Reference in New Issue
Block a user