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.
()
| 146 | // Use /tmp/gh-aw for Codex runtime logs because ${RUNNER_TEMP}/gh-aw is |
| 147 | // mounted read-only inside the AWF chroot sandbox. |
| 148 | func (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 |
no outgoing calls