mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
- Replace per-squad CountSquadMembers with LEFT JOIN/GROUP BY query - Add member_type validation (agent|member) and role non-empty check (400) - Map pgx.ErrNoRows to 404, other DB errors to 500 in UpdateSquadMemberRole Co-authored-by: multica-agent <github@multica.ai>