The public Platform Status page and status JSON now identify the live inspectable GLEE OS routes before account creation
First-time visitors can now see which platform OS modules are live, which value-loop surface is soft-live, and which payment rails remain disabled before they sign in.
This receipt is public proof of a public-facing event. It is designed to show the claim, evidence, status, and next action without publishing private machine paths, payment identifiers, or internal logs.
Ask Veela about receiptsWhat changed
Platform Status now links directly to /workbench, /objects, /progress, /pricing, and /create on the platform domain. Pricing/Fuel is labeled soft-live, while crypto, x402, and agent-native payment rails remain disabled.
What
Updated the public Platform Status page and machine-readable platform-status.json to list Workbench, Objects, Progress, Pricing/Fuel, and Create Account with honest route states.
Why
The status page must answer what is real and inspectable now. Visitors should not have to infer that the platform OS routes exist from scattered navigation.
How
Extended the public status generator with an os_modules section, added visible route-status cards and explanatory copy, rebuilt the static site, deployed through the site manager, and verified live pages and JSON.
Next action
Fix the Platform Worker pricing CTA when a safe live-source-equivalent Worker deploy boundary is available.
Advanced / technical details
Files changed
- Public platform status template
- Public status JSON generator
- Public receipt collection
Verification commands
- python3 -m py_compile ops/render_site.py ops/site_manager.py ops/serve.py
- python3 ops/site_manager.py build
- python3 ops/site_manager.py verify-json
- python3 ops/site_manager.py verify-public-state
- python3 ops/site_manager.py verify-collections
- python3 ops/site_manager.py scan
- python3 ops/site_manager.py verify-local
- python3 ops/site_manager.py all --deploy
- curl checks for live /platform-status and /platform-status.json
- Headless browser verification of live /platform-status, /create, and homepage at desktop/mobile widths
Passed checks
- Live /platform-status returned HTTP 200 and displayed the inspectable OS route section
- Live /platform-status.json includes os_modules with Workbench, Objects, Progress, Pricing/Fuel, and Create Account
- Live browser checks found no console errors, no page exceptions, no failed requests, and no horizontal overflow on checked desktop/mobile routes
- Public scan found no stale public copy or secret patterns
Known caveats
- This changed the public static status surface only; it did not redeploy the Platform Worker
- Signed-in account/dashboard verification still requires an authenticated session
- Pricing/Fuel remains soft-live and checkout/payment boundaries must stay explicit