feat: dashboard v2.1 glassmorphism + graph decomposition + fix flaky macOS vector test

Dashboard v2.1 "Nuclear" upgrade:
- Dark glassmorphism UI system (4-tier glass utilities, ambient orbs, nav glow)
- Graph3D decomposed from 806-line monolith into 10 focused modules
- Custom GLSL shaders (nebula FBM background, chromatic aberration, film grain, vignette)
- Enhanced dream mode with smooth 2s lerped transitions and aurora cycling
- Cognitive pipeline visualizer (7-stage search cascade animation)
- Temporal playback slider (scrub through memory evolution over time)
- Bioluminescent color palette for node types and events

Fix flaky CI test on macOS:
- vector::tests::test_add_and_search used near-identical test vectors (additive phase shift)
- Changed to multiplicative frequency so each seed produces a distinct vector

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sam Valladares 2026-03-01 21:24:10 -06:00
parent 2c1f499a8b
commit d98cf6136a
241 changed files with 6262 additions and 4884 deletions

View file

@ -11,20 +11,20 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<link rel="manifest" href="/manifest.json" />
<link href="/dashboard/_app/immutable/entry/start.DD7PRmnO.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/B-yQpXHS.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DEYVqDYQ.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/Dr_bhyBn.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/BycUxjt3.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/entry/app.R5Nt9GQF.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/ZM2C7QQX.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/D5-kFxsM.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/entry/start.DK-jGlmm.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/C9fAJV5Y.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/C9Z4nxhR.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DnKV7_Y9.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/CkyfbJUz.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/entry/app.D66lMUMV.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DP9qWekZ.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DPfxVJHQ.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/Bzak7iHL.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/CpubbTHs.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/Cc4zGfaP.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/BbhZG17W.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/Dli8az1I.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DUZi1B8N.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/C2oj68pw.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/CY4crMrT.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/CR6HhlME.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/Do8TgQ-j.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DWr9YED7.js" rel="modulepreload">
<title>Vestige</title>
</head>
@ -32,7 +32,7 @@
<div style="display: contents">
<script>
{
__sveltekit_7k5buk = {
__sveltekit_1xpb8v1 = {
base: "/dashboard",
assets: "/dashboard"
};
@ -40,8 +40,8 @@
const element = document.currentScript.parentElement;
Promise.all([
import("/dashboard/_app/immutable/entry/start.DD7PRmnO.js"),
import("/dashboard/_app/immutable/entry/app.R5Nt9GQF.js")
import("/dashboard/_app/immutable/entry/start.DK-jGlmm.js"),
import("/dashboard/_app/immutable/entry/app.D66lMUMV.js")
]).then(([kit, app]) => {
kit.start(app, element);
});