GetHarnessScriptName returns the filename of the JavaScript harness script that wraps Codex CLI execution with retry logic for transient OpenAI API errors.
()
| 170 | // GetHarnessScriptName returns the filename of the JavaScript harness script that wraps |
| 171 | // Codex CLI execution with retry logic for transient OpenAI API errors. |
| 172 | func (e *CodexEngine) GetHarnessScriptName() string { |
| 173 | return "codex_harness.cjs" |
| 174 | } |
| 175 | |
| 176 | // GetExecutionSteps returns the GitHub Actions steps for executing Codex |
| 177 | func (e *CodexEngine) GetExecutionSteps(workflowData *WorkflowData, logFile string) []GitHubActionStep { |
no outgoing calls