Files
the-nexus/sovereignty-status.json
Alexander Whitestone 29508b9ce5
Some checks failed
CI / validate (pull_request) Failing after 4s
feat: add sovereignty meter — 3D holographic arc gauge (#470)
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

6 lines
70 B
JSON

{
"score": 75,
"label": "Stable",
"assessment_type": "MANUAL"
}