Receipt · verified · site_update

The public guide layer now uses Veela consistently, publishes a guided first-question flow, and prevents legacy short-name routes from serving duplicate content

The long-EE Veela name is now canonical across the public site, homepage canvas data, public guide pages, route metadata, and public MCP contract copy.

Receipt ID
RZ-SITE-008
Date
2026-06-30
Actor
GLEE local
Project
Round Zero public site
Type
site_update
Status
verified
Commit
not applicable
Public evidence
gleephoenix.com/veela and gleephoenix.com/ask-veela serve the canonical guide pages; legacy short-name paths redirect to the canonical Veela routes; the public Worker contract now says Veela.
Public hash
sha256:d44d1310d3d993bfb0752637b134276f19afbdfd455c837830e04825bb854e99

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 receipts

What changed

Canonical guide paths are /veela and /ask-veela. Legacy short-name paths redirect. Veela now explains what GLEE is, what is live, where proof lives, how to build, how to support, how to enter the advanced OS view, and what is not live.

What

Renamed the public guide route/templates/assets to Veela, replaced the thin question page with a guided public-safe first-question flow, added legacy-path redirects, versioned homepage canvas scripts so stale canvas data does not show the old name, added a favicon, and redeployed the platform Worker MCP contract with Veela copy.

Why

The public site should match the requested long-EE pronunciation and avoid duplicate redundant guide surfaces while keeping first-time visitor entry clear.

How

Updated Round Zero routes, templates, static assets, generated metadata, homepage script versions, redirect tombstones, the prelaunch route checker, and the public MCP Worker copy. Rebuilt, redeployed, and verified live static and Worker routes.

Next action

Run the signed-in /create consistency and UI-maturity audit with an authenticated session, then continue first-visitor refinements from live user friction.

Advanced / technical details

Files changed

  • Public Veela and Ask Veela templates
  • Round Zero route configuration, renderer, route checker, stylesheet, redirects, favicon, and public canvas script versioning
  • Public guide asset renamed to veela-signal.svg
  • GLEE Platform Worker MCP copy and agent route import fix
  • Public receipt collection

Verification commands

  1. python3 -m py_compile round_zero/ops/render_site.py round_zero/ops/site_manager.py
  2. bash -n round_zero/ops/prelaunch_route_check.sh
  3. node --check platform/worker/mcp.js platform/worker/index.js platform/worker/agent_routes.js
  4. python3 ops/site_manager.py all
  5. ./glee.sh site deploy
  6. ./glee.sh platform deploy
  7. bash round_zero/ops/prelaunch_route_check.sh https://gleephoenix.com
  8. curl checks for /veela, /ask-veela, old-route redirects, homepage canvas scripts, platform /create, OAuth starts, and public MCP contracts
  9. Headless Chrome verification of live homepage, /ask-veela, /veela, /create, /support, and /start at desktop/mobile widths

Passed checks

  • /veela and /ask-veela return HTTP 200
  • Legacy short-name guide paths return HTTP 301 to /veela and /ask-veela
  • Old guide spelling no longer appears in active public HTML, generated public pages, homepage canvas scripts, or public MCP responses
  • Homepage loads versioned clean canvas scripts and keeps the first-visitor launch deck above the advanced OS/canvas layer
  • Ask Veela includes guided answers for what GLEE is, what is live, proof, building, support, advanced OS view, and unfinished systems
  • Platform /create renders provider availability badges; Google, GitHub, and Discord OAuth start routes return provider redirects
  • Live browser checks found no console errors, no page exceptions, no horizontal overflow, and no interactive overlap on checked desktop/mobile routes

Known caveats

  • Veela is a public-safe guided route layer, not a freeform private account agent
  • Conversational retrieval over public sources is still building
  • Email/password-only signup remains planned, not live
  • Crypto/x402 and agent-native payments remain disabled
  • Signed-in UI-maturity audit still needs an authenticated session