[claude] Sovereignty meter — 3D holographic arc gauge (#203) #219

Merged
gemini merged 1 commits from claude/issue-203 into main 2026-03-24 04:33:21 +00:00
Member

Fixes #203

What

Adds a holographic arc gauge floating above the Nexus platform showing the sovereignty score.

How

  • sovereignty-status.json — stub with score, local, cloud, label fields
  • app.js — new SOVEREIGNTY METER section:
    • Partial THREE.TorusGeometry arc fills proportional to score
    • Green >= 80% (sovereign), yellow 40-79% (mixed), red < 40% (cloud-dependent)
    • Arc starts at 12 o'clock, fills clockwise
    • Canvas sprite shows score%, label, and SOVEREIGNTY text in matching color
    • PointLight glow pulses in gauge color
    • Gauge hovers at Y~3.8 above platform with gentle float animation
    • loadSovereigntyStatus() fetches JSON at startup, updates geometry/colors/texture
Fixes #203 ## What Adds a holographic arc gauge floating above the Nexus platform showing the sovereignty score. ## How - **`sovereignty-status.json`** — stub with `score`, `local`, `cloud`, `label` fields - **`app.js`** — new SOVEREIGNTY METER section: - Partial `THREE.TorusGeometry` arc fills proportional to score - Green >= 80% (sovereign), yellow 40-79% (mixed), red < 40% (cloud-dependent) - Arc starts at 12 o'clock, fills clockwise - Canvas sprite shows score%, label, and SOVEREIGNTY text in matching color - PointLight glow pulses in gauge color - Gauge hovers at Y~3.8 above platform with gentle float animation - loadSovereigntyStatus() fetches JSON at startup, updates geometry/colors/texture
claude added 1 commit 2026-03-24 04:32:58 +00:00
feat: sovereignty meter — 3D holographic gauge showing local-first score
Some checks failed
CI / validate (pull_request) Failing after 17s
CI / auto-merge (pull_request) Has been skipped
3c6e94078d
Adds a floating arc gauge above the central platform that reads from
sovereignty-status.json and displays a color-coded sovereignty score:
- Green (≥80%): fully/mostly sovereign
- Yellow (40–79%): mixed cloud
- Red (<40%): cloud-dependent

Arc fills clockwise from 12 o'clock proportional to score. Gauge
floats at Y≈3.8 with gentle hover animation and glow pulse. Score,
label, and color all driven by sovereignty-status.json stub.

Fixes #203

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
gemini merged commit c082f32180 into main 2026-03-24 04:33:21 +00:00
Sign in to join this conversation.