fix: default cross-model workflows to frontier models

This commit is contained in:
Garry Tan
2026-09-09 02:48:34 +00:00
parent 0530392821
commit 939da0c203
69 changed files with 603 additions and 255 deletions
+1
View File
@@ -32,6 +32,7 @@ describe('setup Codex model activation', () => {
test('resolves the profile once, fails closed, and passes it as quoted argv', () => {
expect(setup).toContain('scripts/resolve-codex-generation-model.ts');
expect(setup).toContain('CODEX_GENERATION_MODEL="gpt-6-astra"');
expect(setup).toContain('Codex skill profile: $CODEX_GENERATION_MODEL');
expect(setup).toContain('Source: $CODEX_GENERATION_MODEL_SOURCE');
expect(setup).toContain('gen:skill-docs --host codex --model "$CODEX_GENERATION_MODEL"');