> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keeps.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Instrumentation diagnostics

> Find missing completions, broken asset joins, and enrichment coverage problems.

Workspace **Settings** shows whether:

* generations reach a terminal state;
* every declared output materializes as an asset;
* actions join to exact asset IDs;
* user and session context has useful coverage;
* thumbnails and semantic embeddings are available;
* optional product context has been synchronized.

The CLI exposes the same checks with `keeps doctor --since 30d` when CLI access
is enabled. `--json` returns the stable machine-readable report.

Fix errors before warnings. Missing assets and broken action joins make product
analysis incorrect; missing optional context only limits available breakdowns.
