mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-26 23:51:02 +02:00
Version bumps across all 9 manifests (incl. the mcpb manifest stale at 2.2.0 since v2.2.1) + Cargo.lock + rebuilt embedded dashboard. Full changelog for the 42 audit fixes (#139/#140/#141), the consolidation opt-out (#142, thanks @Vrakoss), the WebGPU Cognitive Observatory, and the zero-knowledge cloud-sync client. Gates: cargo test 1580/0, clippy clean, svelte-check 937/0/0, build green. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
51 lines
2.3 KiB
HTML
51 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="/dashboard/favicon.svg" />
|
|
<link rel="apple-touch-icon" href="/dashboard/favicon.svg" />
|
|
<link rel="manifest" href="/dashboard/manifest.json" />
|
|
<link href="/dashboard/_app/immutable/entry/start.jEGGTFC6.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/Dm3aSj4w.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/JVtQszIZ.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/CW7md74C.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/D90q9c2i.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/CaEJGM7b.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/entry/app.DHgAWrC3.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/Dp1pzeXC.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/Bzak7iHL.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/9-jplUL5.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/DExHDOmW.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/ChcFQRZo.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/BjbQ7qSx.js" rel="modulepreload">
|
|
|
|
<title>Vestige</title>
|
|
</head>
|
|
<body data-sveltekit-preload-data="hover">
|
|
<div style="display: contents">
|
|
<script>
|
|
{
|
|
__sveltekit_1vzggk = {
|
|
base: "/dashboard",
|
|
assets: "/dashboard"
|
|
};
|
|
|
|
const element = document.currentScript.parentElement;
|
|
|
|
Promise.all([
|
|
import("/dashboard/_app/immutable/entry/start.jEGGTFC6.js"),
|
|
import("/dashboard/_app/immutable/entry/app.DHgAWrC3.js")
|
|
]).then(([kit, app]) => {
|
|
kit.start(app, element);
|
|
});
|
|
}
|
|
</script>
|
|
</div>
|
|
</body>
|
|
</html>
|