Complete the setup wizard first.
Loading controls…
discovery JSONL log.
New lines appear here as the pipeline runs.
{{ last_run.run_id }}No discovery runs in the log yet.
{% endif %}| Started | Status | Processed | Skipped | Failed |
|---|---|---|---|---|
| {{ run.started_at }} | {{ run.status or "—" }} | {{ run.papers_processed or 0 }} | {{ run.papers_skipped or 0 }} | {{ run.papers_failed or 0 }} |
No run history yet — runs appear here once discovery completes.
{% endif %} {# P8: discovery runs table with links to per-run paper cards (/discovery/{id}) #} {% if discovery_runs %}{{ (latest_discovery_run.started_at or "")[:19] or "—" }} · {{ latest_discovery_run.status or "unknown" }} · {{ latest_discovery_run.total_ingested or 0 }} ingested / {{ latest_discovery_run.total_found or 0 }} found · View papers →
| Run | Started | Status | Found | Ingested | |
|---|---|---|---|---|---|
#{{ run.id }} |
{{ (run.started_at or "")[:19] or "—" }} | {{ run.status or "—" }} | {{ run.total_found or 0 }} | {{ run.total_ingested or 0 }} | Papers → |
Source: {{ digest_path }}
{{ digest_content }}
{% else %}
Digest file exists but could not be read.
{% endif %} {% else %}No digest file for today (or vault path not configured).
{% endif %} {% endif %}