trw_status
Check the active run's phase, wave progress, shard state, and last activity to resume after session restart or decide on checkpointing, phase advancement, or wave redelegation.
Instructions
Report the active run's phase, wave progress, shard state, and last activity.
Use when:
Resuming after context compaction or a session restart.
Deciding whether to checkpoint, advance phase, or re-delegate a wave.
Input:
run_path: path to the run directory. Auto-detects from pin if None.
Output: TrwStatusDict with fields {run_id, task, phase, status, confidence, framework, event_count, reflection, waves?, wave_progress?, wave_status?, reversions, last_activity_ts?, hours_since_activity?, stale_count}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_path | No |