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

Method GetHarnessScriptName

pkg/workflow/codex_engine.go:172–174  ·  view source on GitHub ↗

GetHarnessScriptName returns the filename of the JavaScript harness script that wraps Codex CLI execution with retry logic for transient OpenAI API errors.

()

Source from the content-addressed store, hash-verified

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

Callers 2

GetExecutionStepsMethod · 0.95

Calls

no outgoing calls

Tested by 1