Important
This repository is archived. The dashboard source and OpenAI Sites binding moved to uxlfoundation/skills/evaluation/dashboard. Commit 39683f40301bf673aff7aeb7550ef67165feec84 is the final standalone source revision.
Public-facing control-room view for the UXL Foundation skills evaluator. It shows the current skill and Harbor-task inventory, available execution lanes, the evidence chain for the Windows/WSL Intel GPU lane, and the project definition of done.
The dashboard intentionally exposes only sanitized summary evidence. Raw Harbor job records, machine provenance, and runner logs remain in the private runner-control repository or on the operator workstation.
Requires Node.js 22.13 or newer.
npm ci
npm run devThe default local URL is http://localhost:3000/.
npm run lint
npm testnpm test performs a production build and checks the rendered dashboard contract.
Production deployment is managed with OpenAI Sites. .openai/hosting.json binds this source tree to its Sites project. Publish the exact validated Git commit through the Sites version and deployment workflow.
- Git commit: immutable evaluator source revision.
- Runner lane: declared hardware and software execution environment.
- Hardware provenance: device interface, Level Zero visibility, and toolchain metadata.
- Harbor result: task reward and retained job artifact.
- Dashboard: sanitized, human-readable summary linked back to reviewable source.