Debug Goals - Find why a run is stuck, retrying, or failing. - Correlate Linear issue identity to a Codex session quickly. - Read the right logs in the right order to isolate root cause. Log Sources - Primary runtime log: - Default comes from ( ). - Includes orchestrator, agent runner, and Codex app-server lifecycle logs. - Rotated runtime logs: - Check these when the relevant run is older. Correlation Keys - : human ticket key (example: ) - : Linear UUID (stable internal ID) - : Codex thread-turn pair ( ) requires these fields for issue/session lifecycle logs. Use them as your join keys duri…