Check the status of the most recent deep research run.
Instructions
- Find the latest run directory under
.deep-research/runs/(sort by directory name, most recent first). - Read
run.jsonfor the run metadata and current status. - Count entries in
sources.jsonl,claims.jsonl, andevidence.jsonl. - List any notes files in the
notes/directory. - Check if
report.mdexists and has content. - Run a quick audit:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/dr_audit.py --mode full --run-dir <run_dir>
Output
Provide a concise status summary:
- Run ID: the run identifier
- Topic: the research question
- Status: current phase (planning/scouting/analyzing/synthesizing/complete)
- Sources: count and breakdown by type
- Claims: count and breakdown by importance and status
- Evidence: edge count
- Notes: number of source notes written
- Report: exists/empty/missing
- Audit: pass/fail with failure details if any
