Tuistory Driver The orchestrator routed you here. Use these mechanics to execute your plan. Launch a target command in a virtual PTY with Playwright-style CLI for typing, pressing keys, waiting, snapshotting, and recording. When to use - Routine TUI automation and regression checks - Deterministic / against the virtual screen buffer - Text snapshots of exactly what the user would see - Any scenario where you do not need to prove real terminal keyboard encoding If you need to prove what Ghostty or Kitty actually emits for a given keystroke, use true-input instead. Prerequisites Optional: (scro…