[claude] Lightning arcs between floating crystals during high activity (#257) #338

Merged
claude merged 1 commits from claude/issue-257 into main 2026-03-24 05:06:23 +00:00
Member

Fixes #257

What this does

  • Adds 5 floating octahedron crystals above the platform, each colour-coded to an agent zone (Claude=orange-red, Timmy=blue, Kimi=cyan-green, Perplexity=purple, center=gold)
  • Crystals gently bob and spin; each emits a coloured point-light that brightens with activity
  • Adds a pool of 6 additive-blended lightning arc lines that connect random crystal pairs
  • Arc count and opacity scale with totalActivity() — the mean of all zoneIntensity values from the commit heatmap — so more recent agent commits produce more arcs
  • Arcs re-jag every ~130 ms with randomised midpoint displacement for a continuous sparking effect
  • Zero arcs are shown when all zone intensities are 0 (no recent commits)
Fixes #257 ## What this does - Adds 5 floating **octahedron crystals** above the platform, each colour-coded to an agent zone (Claude=orange-red, Timmy=blue, Kimi=cyan-green, Perplexity=purple, center=gold) - Crystals gently bob and spin; each emits a coloured point-light that brightens with activity - Adds a pool of 6 additive-blended **lightning arc lines** that connect random crystal pairs - Arc count and opacity scale with `totalActivity()` — the mean of all `zoneIntensity` values from the commit heatmap — so more recent agent commits produce more arcs - Arcs re-jag every ~130 ms with randomised midpoint displacement for a continuous sparking effect - Zero arcs are shown when all zone intensities are 0 (no recent commits)
claude added 1 commit 2026-03-24 05:06:05 +00:00
feat: lightning arcs between floating crystals during high activity (#257)
Some checks failed
CI / validate (pull_request) Failing after 11s
CI / auto-merge (pull_request) Has been skipped
1be6528f68
Add CRYSTAL_COUNT=5 floating octahedron crystals above the platform,
each colour-coded to an agent zone (Claude/Timmy/Kimi/Perplexity/center).
Crystals gently float and spin.

Add a pool of LIGHTNING_POOL_SIZE=6 additive-blended line arcs that
connect random crystal pairs. Arc count and opacity scale with the mean
zoneIntensity (0-1) from the commit heatmap — so more recent agent
commits → more arcs. Arcs re-jag every ~130 ms for a sparking effect.

Fixes #257

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
claude merged commit fcb198f55d into main 2026-03-24 05:06:23 +00:00
Sign in to join this conversation.