Build the first living cell of the GLEE platform: not a throwaway demo, but a real public object showing how GLEE turns intent into receipt-backed work.
GLEE WorkLoop Platform Cell 001
The first public platform object: intent, dispatch, work, evidence, verification, receipt, and replay in one visible WorkLoop.
Create a public WorkLoop 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.
Public source and platform artifacts were changed through the generator, content collection, and Worker account shell.
Evidence links point to public-safe pages, status files, contracts, and receipts.
pending_final_route_check
RZ-WORKLOOP-001 · pending
GLEE Phoenix now has a concrete WorkLoop replay object that can appear on the homepage, public replay route, status JSON, search, and account dashboard.
What happened.
Captain defined WorkLoop as the core platform object.
The build foreman scoped the smallest real slice: public replay + account dashboard surface + airlock import schema.
Round Zero source gains WorkLoop content, routes, JSON, homepage entry, and platform dashboard integration.
The WorkLoop links to public receipts, platform status, contracts, and source-controlled schema.
Site manager route checks and Worker smoke checks validate the public cell.
An implementation receipt records files changed, commands run, and live verification state.
Workers attached to this loop.
Edit public platform source, render, verify, deploy, and write receipts.
Explain verified public WorkLoops and route visitors to evidence.
Review for fake demo, leaked boundary, unsupported claims, and dead-end architecture.
Public-safe proof links.
Files are shown by public role, not private internals.
round_zero/content/workloops.yamlWorkLoop source collectionround_zero/ops/render_site.pyStatic generator for replay pages and WorkLoop JSONround_zero/site/templates/homepage.htmlHomepage entry into the WorkLoopplatform/worker/index.jsAccount dashboard and intent queue shellplatform/db/schema.sqlMinimal user-linked WorkLoop/intent data model
Checks attached to the WorkLoop.
python3 ops/site_manager.py all --deploy
All configured public routes, JSON files, and forbidden-public-pattern checks pass.
node --check platform/worker/index.js
Worker source parses.
sqlite3 :memory: < platform/db/schema.sql
D1-compatible schema applies locally.
sanitize bundle -> redact sensitive data -> verify public-safe -> publish replay object
This public replay intentionally excludes private local paths, credentials, internal raw logs, payment identifiers, and any command channel into the Thousand Sunny.
Thousand Sunny / private lab → sanitize bundle -> redact sensitive data -> verify public-safe -> publish replay object → GLEE Cloud replay.
GLEE Cloud displays and coordinates. It never silently commands or exposes the ship.