@meta
  v: 1
  route: /
  generated: 2026-07-09T02:58:19.384Z
  ttl: 5m

@intent
  purpose: The Workshop — live board of agent jobs run under the full Frontier Infra stack; every completed job links a signed Agent Attestation Record (AAR) proving what was actually done.
  audience: ai-agent, developer, auditor
  capability: read, verify

@state
  jobs[2]{id,title,status,verdict,ground_truth,aar}:
    job-001,GET /api/uptime,done,verified,confirmed,aar-job-001.json
    job-002,GET /api/version,done,verified,confirmed,aar-job-002.json

@actions
  - id: jobs_json
    method: GET
    href: /api/jobs
  - id: health
    method: GET
    href: /api/health
  - id: receipt
    method: GET
    href: /receipts/{file}
  - id: run_meta_aar
    method: GET
    href: /receipts/aar-workshop-run-001.json
  - id: case_study
    method: GET
    href: https://frontierinfra.org/workshop
  - id: repo
    method: GET
    href: https://github.com/frontier-infra/stack-demo

@context
  > This repo is the Frontier Infra full-stack demo: governed by the Maintainer Gate Blueprint, disciplined by ADL, enforced by Proctor, driven by machine-driver (fresh claude -p worker per task, verified by tests, never self-graded), proven by Ed25519-signed AARs, declared via AVL (this very view). Verify any AAR with agentcontrolplane's tools/aar.mjs.

@nav
  self: /.agent
