Doctor
Run the tdq doctor end-to-end health check. Use the Bash tool:
tdq doctor
Relay the output verbatim. If any check reports FAIL, explain what the remediation is in one line each:
- platform / secret store — install
libsecret-toolson Linux, or setTELEMETRYDECK_PASSWORD+TELEMETRYDECK_TOKENenv vars for CI/containers. - config file — run
/telemetrydeck-analytics:setup(ortdq login). - whoami (auth) — credentials rejected; run setup with
tdq login --reset. - query round-trip returns 0 rows — either the app is genuinely quiet (check with
/telemetrydeck-analytics:events), the wrong appID is current (checktdq apps), or a parser regression (re-run withTDQ_RAW=1 tdq doctorto see the raw JSON).
Do not offer to "auto-fix" — surface the hint and let the user run the next step.