Launch, automate, inspect, and diagnose Cognia in its real Tauri shell through the authenticated agent-debug bridge and Playwright-style TauriPage API. Use for desktop-only bugs, Tauri startup-mode automation, renderer/native boundary failures, window and webview behavior, console or network diagnosis, native log…
Smoke-test Cognia's real Tauri shell after changes to commands, IPC payloads, windows, tray, sidecars, capabilities, or desktop-only transport. Use when unit tests cannot prove the renderer-to-Rust boundary or when asked to verify desktop behavior.
Add or change a Cognia visual workflow node or trigger end to end. Use when introducing a WorkflowNodeKind, executor, catalog entry, parameter schema, inspector form, handles, or trigger registration; covers parity tests, i18n, and runtime wiring.
Read-only i18n review for cognia-next changes. Use proactively after touching any .tsx or i18n/messages file — finds NEW hard-coded user-facing strings (the lint:i18n baseline tolerates 487 legacy findings, so new ones slip through until the count rises), and verifies every newly referenced translation key exists in…
Read-only audit that every outbound LLM / embedding / cloud call path in cognia-next passes through the PII redaction gate. Use proactively when a change adds or reroutes prompts, embeddings, connector auto-replies, or twin/memory distillation — anything that sends locally-derived text to a model. Reports bypasses…
Read-only audit for static-export violations in cognia-next. Use proactively after changes that add routes, server-ish dependencies, or Node built-in imports — the app is a Next.js static export (output "export") consumed by Tauri and Capacitor, so server-only code paths silently break production. Flags issues; does…