GetHarnessScriptName returns the filename of the JavaScript harness script that wraps the Claude Code CLI with retry logic for transient Anthropic API errors (overload, rate limit).
()
| 529 | // GetHarnessScriptName returns the filename of the JavaScript harness script that wraps |
| 530 | // the Claude Code CLI with retry logic for transient Anthropic API errors (overload, rate limit). |
| 531 | func (e *ClaudeEngine) GetHarnessScriptName() string { |
| 532 | return "claude_harness.cjs" |
| 533 | } |
| 534 | |
| 535 | // GetSquidLogsSteps returns the steps for uploading and parsing Squid logs (after secret redaction) |
| 536 | func (e *ClaudeEngine) GetSquidLogsSteps(workflowData *WorkflowData) []GitHubActionStep { |
no outgoing calls