Grok Build CLI — Hermes Orchestration Guide Delegate coding tasks to Grok Build (xAI's autonomous coding agent CLI, the command) via the Hermes terminal. Grok can read files, write code, run shell commands, spawn subagents, and manage git workflows. It runs three ways: an interactive TUI, headless ( ), and as an ACP agent over JSON-RPC. This is the third sibling to and . The orchestration pattern is nearly identical — prefer headless for one-shots , use a PTY for interactive sessions. When to use - Building features - Refactoring - PR reviews - Batch issue fixing - Any task where you'd otherw…