frontier infra · full-stack demo

The Workshop

Every card below is real work done by an AI agent workforce under the full Frontier Infra stack — governed (Maintainer Gate Blueprint), disciplined (ADL), enforced (Proctor), driven (machine-driver), and proven (signed AARs). Nothing here is asserted; everything links its receipt.

job-001verified

GET /api/uptime

In app/server.mjs add GET /api/uptime returning JSON {up:true, uptimeSeconds:}, and add a node:test case in test/app.test.mjs asserting 200 and up===true. Touch only app/server.mjs and test/app.test.mjs. Run npm test before finishing.

job-002verified

GET /api/version

In app/server.mjs add GET /api/version returning JSON {version} where version is read from package.json, and add a node:test case in test/app.test.mjs asserting it equals the package.json version. Touch only app/server.mjs and test/app.test.mjs. Run npm test before finishing.

workshop-run-001verified

The run itself, attested

Proctor's own verifier ran the run's meta-contract — all tests green AND both task attestations valid — and signed the proof (3/3 checks), which was bridged into a signed meta-AAR. The demo attesting the demo.

New here? The full story of this run — who built what, what broke honestly, and how to verify it yourself — is the case study: frontierinfra.org/workshop.