Expand description
Claude Code agent driver.
Launches claude -p headless with a bidirectional stream-json transport:
the initial user turn travels on the child’s stdin, and its events come
back on stdout one JSON object per line. Claude runs headless — no trust
dialogs, no user prompts.
Structs§
- Claude
Driver - The modular driver for Claude (37-02): owns the
stream-jsonlaunch, legacy prompt rendering, the pre-31 single-document builder, and the checkpoint-resume relaunch command.