What problem does it solve?
It helps you understand why an Agora saga ended unexpectedly by translating the event-sourced saga ledger into a scan-friendly timeline.
Core Features & Use Cases
- Pretty-print saga_event timelines: Renders one human-readable line per ledger event with aligned columns for quick inspection.
- Supports multiple input modes: Pulls from the live database when DB env vars are set, or renders from a JSON file (events array or full dump) / pasted JSON.
- Detects ledger anomalies: Flags inconsistencies like gate-without-forward, forward-without-gate (treated as a bug), compensator without a committed forward, non-contiguous sequence numbers, duplicate idempotency keys, and terminal state with pending outcomes.
- Safety-oriented guidance: Provides guardrails to avoid writing saga rows, and warns against dumping huge payloads inline.
Quick Start
Ask to trace saga <uuid> to get a five-second human-readable timeline of its forward steps, gates, compensators, outcomes, and any anomalies.