mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-02 22:01:01 +02:00
Version bump 2.1.27 -> 2.2.0 across workspace crates + npm packages. v2.2.0 = three coherent value streams: - Retroactive Salience Backfill (Cai 2024 Nature) — memory with hindsight - MCP Tool Consolidation (34 -> 13 advertised tools) - deep_reference engine upgrades (F32 / RRF / claim-contradiction / band-gate) + recall/compose CLI - security & correctness audit-swarm fixes The Black Box / trace-receipt / cloud-sync / launch-UI bundle (PR #98) is a separate coupled feature stream and ships as its own follow-up release. Gates: 1550 tests pass, clippy -D warnings clean, dashboard check + build clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
32 lines
819 B
JSON
32 lines
819 B
JSON
{
|
|
"name": "@vestige/dashboard",
|
|
"version": "2.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"three": "^0.172.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2",
|
|
"@sveltejs/adapter-static": "^3.0.0",
|
|
"@sveltejs/kit": "^2.20.0",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@types/three": "^0.172.0",
|
|
"@vitest/coverage-v8": "^4.0.18",
|
|
"svelte": "^5.0.0",
|
|
"svelte-check": "^4.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.7.0",
|
|
"vite": "^6.0.0",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|