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>
6 lines
70 B
JSON
6 lines
70 B
JSON
{
|
|
"score": 75,
|
|
"label": "Stable",
|
|
"assessment_type": "MANUAL"
|
|
}
|