MCPcopy Create free account
hub / github.com/github/gh-aw / GetHarnessScriptName

Method GetHarnessScriptName

pkg/workflow/claude_engine.go:531–533  ·  view source on GitHub ↗

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).

()

Source from the content-addressed store, hash-verified

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).
531func (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)
536func (e *ClaudeEngine) GetSquidLogsSteps(workflowData *WorkflowData) []GitHubActionStep {

Callers 2

GetExecutionStepsMethod · 0.95

Calls

no outgoing calls

Tested by 1