// Shared prompt snapshot fixture directories. /** Codex runtime happy-path prompt snapshot fixture directory. */ export const CODEX_RUNTIME_HAPPY_PATH_PROMPT_SNAPSHOT_DIR = "test/fixtures/agents/prompt-snapshots/codex-runtime-happy-path"; /** Codex model prompt fixture directory. */ export const CODEX_MODEL_PROMPT_FIXTURE_DIR = "test/fixtures/agents/prompt-snapshots/codex-model-catalog";