| Feature | Depth | Persona | Status | Reason | |
|---|---|---|---|---|---|
| {{ row.feature }} | {{ row.depth }} | {{ row.persona }} | {% if row.computed_state == 'current' %} current {% elif row.computed_state == 'stale' %} stale {% elif row.computed_state == 'missing' %} missing {% elif row.computed_state == 'pending-review' %} pending review {% elif row.computed_state == 'regenerating' %} regenerating {% elif row.computed_state == 'errored' %} errored {% endif %} | {{ row.reason or '—' }} |
{% if row.computed_state in ('stale', 'missing') %}
{% elif row.computed_state == 'pending-review' %}
{{ row.diff_summary }}
{% endif %}
{% elif row.computed_state == 'regenerating' %}
regenerating…
{% elif row.computed_state == 'errored' %}
{{ (row.regen_job_error or 'error')[:60] }}
{% endif %}
|
No documents found in the current workspace.
{% endif %}