Use when adding, changing, or debugging data-channel messages between the client and the agent — topic agent.events. The contract lives in THREE places that must stay in sync: server/agent.py, app/lib/state/call_state.dart, and voice_forge…
原文语言:英语
菜单
SkillsMP 已收集 iamudesharma/clinicguard 中的 4 个 Skill。打开任一 Skill 可查看来源和详情。
已展示 4 / 4 个已收集 Skill。
Use when adding, changing, or debugging data-channel messages between the client and the agent — topic agent.events. The contract lives in THREE places that must stay in sync: server/agent.py, app/lib/state/call_state.dart, and voice_forge…
原文语言:英语
Use after any change to server/, app/, or voice_forge/ to run the repo's only verification paths. There is no CI and no server test suite — these commands ARE the gates.
原文语言:英语
Use when adding or switching an STT, TTS, or LLM backend (STT_BACKEND, TTS_BACKEND, LLM_BACKEND) in the ClinicGuard server, or adding provider-specific settings to server/config.py. Follow this checklist in order — each step is cross-coupled with the next.
原文语言:英语
Use when working with Supabase in this repo — schema.sql, store.py queries, realtime subscriptions, RLS policies, or writing SQL queries against ClinicGuard data. Covers which key to use where, what's demo-only, and the store.py fallback behavior.
原文语言:英语