mirror of
https://github.com/samvallad33/vestige.git
synced 2026-05-04 21:32:37 +02:00
Hygiene release + two UI gap closures. Full CHANGELOG in CHANGELOG.md. Version bumps: - vestige-core: 2.0.6 -> 2.0.7 - vestige-mcp: 2.0.6 -> 2.0.7 - @vestige/dashboard: 2.0.6 -> 2.0.7 - @vestige/init: 2.0.6 -> 2.0.7 - vestige-mcp-server: 2.0.6 -> 2.0.7 Rebuild: pnpm --dir apps/dashboard run build regenerates apps/dashboard/build/** with the v2.0.7 asset hashes. Pre-release validation green: - cargo check --workspace: clean - cargo test -p vestige-core --lib: 366 passed - cargo test -p vestige-mcp --lib: 425 passed - pnpm run check (svelte-check): 580 files, 0 errors - cargo clippy on touched crates: -D warnings clean - 4-parallel-agent pre-merge audit passed (security, code quality, end-to-end flow, external verification). Two MEDIUM fixes landed in-branch before tag. The 12 feature/fix commits on chore/v2.0.7-clean are preserved via fast-forward merge so each logical change stays independently revertible on main.
53 lines
2.5 KiB
HTML
53 lines
2.5 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.w1cwg9DL.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/Bmuqs8iK.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/nyjtQ1Ok.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/DAj0p1rI.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/DLW_bV71.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/DeTA_5mp.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/entry/app.C3iNv4Nf.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/C4L78yoI.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/B0IenmM-.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/Bzak7iHL.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/B17metm1.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/C3lo34Tx.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/DAhpUNCK.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/BPtVz5jm.js" rel="modulepreload">
|
|
<link href="/dashboard/_app/immutable/chunks/C3ZC25l2.js" rel="modulepreload">
|
|
|
|
<title>Vestige</title>
|
|
</head>
|
|
<body data-sveltekit-preload-data="hover">
|
|
<div style="display: contents">
|
|
<script>
|
|
{
|
|
__sveltekit_1mjd28j = {
|
|
base: "/dashboard",
|
|
assets: "/dashboard"
|
|
};
|
|
|
|
const element = document.currentScript.parentElement;
|
|
|
|
Promise.all([
|
|
import("/dashboard/_app/immutable/entry/start.w1cwg9DL.js"),
|
|
import("/dashboard/_app/immutable/entry/app.C3iNv4Nf.js")
|
|
]).then(([kit, app]) => {
|
|
kit.start(app, element);
|
|
});
|
|
}
|
|
</script>
|
|
</div>
|
|
</body>
|
|
</html>
|