Add Codex Live quality benchmark

Benchmark realistic bolder and polish tasks across fast, full-model, and full-context worker profiles with deterministic and independent quality gates.\n\nAI-assisted: OpenAI Codex.
This commit is contained in:
Paul Bakaus
2026-07-12 19:48:51 -07:00
parent e89645e69d
commit 92a5589d5d
4 changed files with 547 additions and 0 deletions
+1
View File
@@ -70,6 +70,7 @@
"bench:detector:browser": "node scripts/benchmark-detector.mjs --browser",
"bench:live": "node scripts/benchmark-live.mjs",
"bench:live:providers": "node scripts/benchmark-live-providers.mjs",
"bench:live:codex-quality": "node scripts/benchmark-live-codex-worker.mjs",
"audit": "bun audit --audit-level=moderate",
"prepack": "cp README.md README.repo.md && cp README.npm.md README.md",
"postpack": "cp README.repo.md README.md && rm README.repo.md",