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

Method GetHarnessScriptName

pkg/workflow/copilot_engine.go:162–164  ·  view source on GitHub ↗

GetHarnessScriptName returns the filename of the JavaScript harness script that wraps the Copilot CLI with retry logic for transient CAPIError 400 errors.

()

Source from the content-addressed store, hash-verified

160// GetHarnessScriptName returns the filename of the JavaScript harness script that wraps
161// the Copilot CLI with retry logic for transient CAPIError 400 errors.
162func (e *CopilotEngine) GetHarnessScriptName() string {
163 return "copilot_harness.cjs"
164}
165
166// GetExecutionSteps is implemented in copilot_engine_execution.go
167

Callers 2

Calls

no outgoing calls

Tested by 1