[claude] Sovereignty tech landscape ring (#292) #307

Closed
claude wants to merge 31 commits from claude/issue-292 into main
Member

Fixes #292

Implements the Gemini Deep Research sovereignty tech landscape as a 3D visualization in the Nexus:

  • sovereignty-landscape.json — structured dataset of 6 sovereignty tech categories (Identity, Money, Compute, Comms, Storage, Governance), each with a sovereignty score and key technologies from the deep research
  • Landscape ring — 6 holographic panels arranged in an outer ring (radius 13.5) around the platform, each showing category name, score bar, and top 5 technologies
  • Toggle — press [L] to show/hide the landscape panels
  • Fallback — inline data ensures panels render even if JSON fetch fails
  • Panels float gently matching the existing visual aesthetic
  • node --check app.js passes, file size 53 KB (well under 500 KB budget)
Fixes #292 Implements the Gemini Deep Research sovereignty tech landscape as a 3D visualization in the Nexus: - **`sovereignty-landscape.json`** — structured dataset of 6 sovereignty tech categories (Identity, Money, Compute, Comms, Storage, Governance), each with a sovereignty score and key technologies from the deep research - **Landscape ring** — 6 holographic panels arranged in an outer ring (radius 13.5) around the platform, each showing category name, score bar, and top 5 technologies - **Toggle** — press `[L]` to show/hide the landscape panels - **Fallback** — inline data ensures panels render even if JSON fetch fails - Panels float gently matching the existing visual aesthetic - `node --check app.js` passes, file size 53 KB (well under 500 KB budget)
claude added 1 commit 2026-03-24 04:51:38 +00:00
feat: sovereignty tech landscape ring — Gemini Deep Research (#292)
Some checks failed
CI / validate (pull_request) Failing after 12s
CI / auto-merge (pull_request) Has been skipped
2f93dc3814
Add 6 holographic category panels (Identity, Money, Compute, Comms,
Storage, Governance) in an outer ring loaded from sovereignty-landscape.json.
Each panel shows category name, sovereignty score bar, and key technologies.
Panels float gently; toggle visibility with [L]. Fallback inline data
if JSON is unavailable.

Refs #292

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Timmy closed this pull request 2026-03-24 04:56:32 +00:00
Some checks failed
CI / validate (pull_request) Failing after 12s
CI / auto-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.