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

Method GetDeclaredOutputFiles

pkg/workflow/codex_engine.go:148–153  ·  view source on GitHub ↗

GetDeclaredOutputFiles returns the output files that Codex may produce. Use /tmp/gh-aw for Codex runtime logs because ${RUNNER_TEMP}/gh-aw is mounted read-only inside the AWF chroot sandbox.

()

Source from the content-addressed store, hash-verified

146// Use /tmp/gh-aw for Codex runtime logs because ${RUNNER_TEMP}/gh-aw is
147// mounted read-only inside the AWF chroot sandbox.
148func (e *CodexEngine) GetDeclaredOutputFiles() []string {
149 // Return the Codex log directory for artifact collection.
150 return []string{
151 constants.TmpMcpConfigLogsDir,
152 }
153}
154
155// GetAgentManifestFiles returns Codex-specific instruction files that should be
156// treated as security-sensitive manifests. AGENTS.md is the primary OpenAI

Calls

no outgoing calls