workflow_reconcile
Reconcile finished workflow runs from disk into the OS by scanning project directories and ingesting full telemetry. Idempotent — repairs state after offline periods.
Instructions
Reconcile finished Workflow runs from disk into the OS (repair after OS was offline).
Scans ~/.claude/projects/<slug>/*/workflows/wf_*.json and ingests each run's
full telemetry (tokens/duration/per-agent). Idempotent — safe to re-run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | Limit the scan to a single CC session's workflows (empty = all sessions). | |
| project_dir | No | Limit the scan to the project owning this directory (empty = all projects). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||