Expand description
Replay engine orchestrating the full replay loop.
The ReplayEngine is a state machine that processes commands sequentially,
applying filters, safety checks, interactive prompts, and execution with
error handling and signal handling.
Structsยง
- Replay
Engine - Replay engine that orchestrates command filtering, safety checks, interactive prompts, execution, error handling, and signal handling.