mirror of
https://github.com/samvallad33/vestige.git
synced 2026-04-25 00:36:22 +02:00
When memories are created, promoted, deleted, or dreamed via MCP tools, the 3D graph now shows spectacular live animations: - Rainbow particle burst + elastic scale-up on MemoryCreated - Ripple wave cascading to nearby nodes - Green pulse + node growth on MemoryPromoted - Implosion + dissolution on MemoryDeleted - Edge growth animation on ConnectionDiscovered - Purple cascade on DreamStarted/DreamProgress/DreamCompleted - FIFO eviction at 50 live nodes to guard performance Also: graph center defaults to most-connected node, legacy HTML redirects to SvelteKit dashboard, CSS height chain fix in layout. Testing: 150 unit tests (vitest), 11 e2e tests (Playwright with MCP Streamable HTTP client), 22 proof screenshots. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
52 lines
2.3 KiB
HTML
52 lines
2.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
|
<meta name="theme-color" content="#050510" />
|
|
<meta name="description" content="Vestige — Cognitive Memory Dashboard. 3D visualization of your AI's long-term memory." />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
<meta name="apple-mobile-web-app-title" content="Vestige" />
|
|
<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.DFI9HUYp.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/gFolWfSi.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.DfAGudnT.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/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>
|
|
<body data-sveltekit-preload-data="hover">
|
|
<div style="display: contents">
|
|
<script>
|
|
{
|
|
__sveltekit_lu49g9 = {
|
|
base: "/dashboard",
|
|
assets: "/dashboard"
|
|
};
|
|
|
|
const element = document.currentScript.parentElement;
|
|
|
|
Promise.all([
|
|
import("/dashboard/_app/immutable/entry/start.DFI9HUYp.js"),
|
|
import("/dashboard/_app/immutable/entry/app.DfAGudnT.js")
|
|
]).then(([kit, app]) => {
|
|
kit.start(app, element);
|
|
});
|
|
}
|
|
</script>
|
|
</div>
|
|
</body>
|
|
</html>
|