{
  "schema": "glee.workloops.v0",
  "generated_at": "2026-06-28T12:49:12Z",
  "canonical_url": "https://gleephoenix.com",
  "source_boundary": "public_safe_workloop_bundles_only",
  "ship_fleet_rule": "Thousand Sunny signs/verifies; GLEE Cloud displays public-safe Proof Run replays and never commands the ship.",
  "workloops": [
    {
      "id": "wl-001-round-zero-platform-cell",
      "slug": "round-zero-platform-cell-001",
      "title": "GLEE Proof Run 001",
      "status": "verified",
      "visibility": "public",
      "created_by": "GLEE Phoenix",
      "created_at": "2026-06-28T09:35:00Z",
      "updated_at": "2026-06-28T09:35:00Z",
      "project_id": "round-zero-public-site",
      "url": "/workloops/round-zero-platform-cell-001",
      "public_summary": "The first public proof object: intent, dispatch, work, evidence, verification, receipt, and replay in one visible Proof Run.",
      "intent": "Build the first living cell of the GLEE platform: a public object showing how GLEE turns intent into receipt-backed work.",
      "dispatch": "Create a public Proof Run object, render it as a replay, expose it through machine-readable JSON, and connect the platform dashboard to the same object without exposing Thousand Sunny internals.",
      "result": "GLEE Phoenix now has a concrete Proof Run replay object that can appear on the homepage, public replay route, status JSON, search, and account dashboard.",
      "verification_status": "pending_final_route_check",
      "receipt_id": "RZ-WORKLOOP-001",
      "receipt_hash": "pending",
      "receipt_signature": "not_signed_yet",
      "evidence_links": [
        {
          "label": "Public receipts",
          "url": "/receipts"
        },
        {
          "label": "Platform contracts",
          "url": "/contracts"
        },
        {
          "label": "Platform status",
          "url": "/platform-status"
        },
        {
          "label": "Status JSON",
          "url": "/status.json"
        },
        {
          "label": "Proof Run JSON",
          "url": "/workloops.json"
        }
      ],
      "steps": [
        {
          "label": "Intent",
          "summary": "Proof Run is defined as the core public proof object.",
          "status": "verified"
        },
        {
          "label": "Dispatch",
          "summary": "The build foreman scoped the smallest real slice: public replay + account dashboard surface + airlock import schema.",
          "status": "verified"
        },
        {
          "label": "Work",
          "summary": "Round Zero source gains Proof Run content, routes, JSON, homepage entry, and platform dashboard integration.",
          "status": "verified"
        },
        {
          "label": "Evidence",
          "summary": "The Proof Run links to public receipts, platform status, contracts, and source-controlled schema.",
          "status": "verified"
        },
        {
          "label": "Verification",
          "summary": "Site manager route checks and Worker smoke checks validate the public cell.",
          "status": "pending"
        },
        {
          "label": "Receipt",
          "summary": "An implementation receipt records files changed, commands run, and live verification state.",
          "status": "pending"
        }
      ],
      "tests": [
        {
          "name": "Static site render",
          "command": "python3 ops/site_manager.py all --deploy",
          "expected": "All configured public routes, JSON files, and forbidden-public-pattern checks pass.",
          "status": "pending"
        },
        {
          "name": "Worker syntax",
          "command": "node --check platform/worker/index.js",
          "expected": "Worker source parses.",
          "status": "pending"
        },
        {
          "name": "Schema syntax",
          "command": "sqlite3 :memory: < platform/db/schema.sql",
          "expected": "D1-compatible schema applies locally.",
          "status": "pending"
        }
      ],
      "airlock": {
        "source": "Thousand Sunny / private lab",
        "boundary": "sanitize bundle -> redact sensitive data -> verify public-safe -> publish replay object",
        "cloud_rule": "GLEE Cloud displays and coordinates. It never silently commands or exposes the ship."
      }
    }
  ]
}