← back to Gallery Agentabrams

verification/grateful-dead-gallery-proof.json

50 lines

{
  "intent": "Publish five curated Grateful Dead Model Arena winners as standalone builds in the Agent Abrams public gallery.",
  "riskTier": "R4 production publish",
  "environment": "https://gallery.agentabrams.com/",
  "timestamp": "2026-09-01T20:23:00-07:00",
  "buildCommit": "797d116",
  "baseline": {
    "existingBuilds": 1,
    "galleryProject": "/Users/macstudio3/Projects/gallery-agentabrams",
    "deployment": "existing idempotent DNS/rsync/nginx/SSL workflow"
  },
  "selection": [
    { "build": 2, "title": "The Long Strange Archive", "model": "qwen3-14b", "arenaScore": 8.3 },
    { "build": 3, "title": "Deadhead Print Lab", "model": "claude-code", "arenaScore": 8.3 },
    { "build": 4, "title": "Wall of Sound: An Immersive Room", "model": "claude-code", "arenaScore": 7.3, "note": "Score tie resolved by direct visual review." },
    { "build": 5, "title": "Routes, Residencies & Rituals", "model": "claude-code", "arenaScore": 9.3 },
    { "build": 6, "title": "Objects in the Golden Road", "model": "qwen3-14b", "arenaScore": 9.3 }
  ],
  "checks": [
    {
      "boundary": "local gallery integration",
      "verdict": "PASS",
      "assertions": ["six unique build records", "five standalone artifact directories", "five cover images", "JSON valid", "git diff clean of whitespace errors"]
    },
    {
      "boundary": "production deployment",
      "verdict": "PASS",
      "command": "bash deploy/deploy.sh",
      "assertions": ["DNS record already present", "content mirrored", "existing TLS certificate preserved", "nginx configuration valid", "public root HTTP 200"]
    },
    {
      "boundary": "direct production artifacts",
      "verdict": "PASS",
      "assertions": ["all five build URLs return HTTP 200", "artifact response sizes range from 10,030 to 51,922 bytes"]
    },
    {
      "boundary": "public browser journey",
      "verdict": "PASS",
      "command": "GALLERY_URL=https://gallery.agentabrams.com/ node verification/grateful-dead-gallery.e2e.js",
      "assertions": ["six cards rendered", "five new titles visible", "five covers loaded", "five preview iframes navigated and contained substantive content", "sort and density persisted", "zero browser errors"]
    }
  ],
  "evidence": [
    "verification/grateful-dead-gallery.e2e.js",
    "verification/grateful-dead-gallery-live.png"
  ],
  "cleanup": "The published collection is intentionally retained. No DNS creation or certificate issuance was needed; the deployment reused the existing public configuration.",
  "verdict": "PASS"
}