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:
Bohan Jiang
2026-06-02 13:19:14 +08:00
committed by GitHub
parent e2720f7d33
commit 03961206ff
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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