True-Input Driver The orchestrator routed you here. Use these mechanics to execute your plan. Drive a real terminal emulator, injecting keystrokes through the platform's native HID input path. This proves exactly what bytes the terminal emits -- no synthetic injection, no PTY distortion. When to use - Proving that a terminal really sends the sequence you expect (e.g., Ghostty's ) - Recording demos that reflect actual terminal rendering - Validating that Droid handles a keystroke correctly end-to-end in a specific terminal If you don't need real terminal proof, use tuistory -- it's faster and…