Expand description
Read-only per-phase attempt history assembled from existing DevFlow stores.
Structs§
- Attempt
Entry - One chronological point in a phase’s history, with nearby retained evidence attached to the event that produced it.
- Attempt
Timeline - The complete read-only attempt view for one phase.
Functions§
- attempt_
timeline - Correlate schema-v1 events, retained capture generations, and review artifacts without creating a second history store.
- render_
timeline - Human-readable history output; event summaries deliberately reuse the
schema-v1 formatter used by
devflow status.