vestige/apps/dashboard/build/index.html
Sam Valladares 6c24a0ca69
Some checks are pending
CI / Test (macos-latest) (push) Waiting to run
CI / Test (ubuntu-latest) (push) Waiting to run
CI / Release Build (aarch64-apple-darwin) (push) Blocked by required conditions
CI / Release Build (x86_64-unknown-linux-gnu) (push) Blocked by required conditions
Test Suite / Unit Tests (push) Waiting to run
Test Suite / MCP E2E Tests (push) Waiting to run
Test Suite / User Journey Tests (push) Blocked by required conditions
Test Suite / Dashboard Build (push) Waiting to run
Test Suite / Code Coverage (push) Waiting to run
chore(release): v2.0.6 "Composer" — rebuild + version bump + CHANGELOG
Bumps vestige-core + vestige-mcp + @vestige/dashboard +
vestige-mcp-server + @vestige/init from 2.0.5 → 2.0.6, regenerates the
Cargo.lock, rebuilds the dashboard with the new events.ts handlers +
intentions page fix baked in, and writes the v2.0.6 "Composer" entry
to CHANGELOG.md.

Release contents:
- fix(dashboard): intentions page priority + trigger rendering
  (commit 9df63de)
- feat(dashboard): wire 6 graph event handlers — suppress, unsuppress,
  Rac1 cascade, Connected, ConsolidationStarted, ImportanceScored
  (commit f085cfd)
- feat(mcp): opt-in VESTIGE_SYSTEM_PROMPT_MODE=full composition mandate
  (commit 7d7a7c2)
- docs(readme): v2.0.6 header + Intel Mac / Windows build-from-source
  honesty (commit ede0a02)

Pre-push gates green: cargo test --workspace --release, cargo clippy
--all-targets -D warnings, svelte-check (580 files 0 errors), vitest
(171/171). No regressions of merged PRs #18/20/22/24/26/28/29/30/32/33.
2026-04-18 18:33:31 -05:00

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.D1AvCvNH.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/D1EqE5Bq.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/BAlzCWFX.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DeTA_5mp.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/entry/app.Bvvx1UVC.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_k7ei3f = {
base: "/dashboard",
assets: "/dashboard"
};
const element = document.currentScript.parentElement;
Promise.all([
import("/dashboard/_app/immutable/entry/start.D1AvCvNH.js"),
import("/dashboard/_app/immutable/entry/app.Bvvx1UVC.js")
]).then(([kit, app]) => {
kit.start(app, element);
});
}
</script>
</div>
</body>
</html>