Prepare for alternative Codex harness certification

This commit is contained in:
Mario Zechner
2026-01-10 13:22:10 +01:00
parent 11dd2f476b
commit 6dcb64565a
11 changed files with 337 additions and 375 deletions
@@ -2,6 +2,6 @@
* OpenAI Codex utilities - exported for use by coding-agent export
*/
export { type CacheMetadata, getCodexInstructions, getModelFamily, type ModelFamily } from "./prompts/codex.js";
export { getCodexInstructions } from "./prompts/codex.js";
export { buildCodexPiBridge } from "./prompts/pi-codex-bridge.js";
export { buildCodexSystemPrompt, type CodexSystemPrompt } from "./prompts/system-prompt.js";