[claude] Sovereignty meter — 3D holographic arc gauge (#470) #498

Closed
claude wants to merge 1 commits from claude/issue-470 into main

1 Commits

Author SHA1 Message Date
Alexander Whitestone
29508b9ce5 feat: add sovereignty meter — 3D holographic arc gauge (#470)
Some checks failed
CI / validate (pull_request) Failing after 4s
Re-implement the sovereignty meter from reference/v2-modular into the
v0-golden baseline app.js. Adds a floating holographic torus arc gauge
centered above the Nexus showing sovereignty score (0–100%) with
color-coded status: green ≥80, yellow ≥40, red <40.

- createSovereigntyMeter(): builds TorusGeometry arc, PointLight, and
  Canvas sprite showing score + label
- loadSovereigntyStatus(): fetches sovereignty-status.json and updates
  geometry/colors/texture dynamically
- Game loop animation: gentle bob (sin wave) + slow rotation
- sovereignty-status.json stub with score=75 / label="Stable"

Fixes #470

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 23:06:39 -04:00