mirror of
https://github.com/samvallad33/vestige.git
synced 2026-04-25 00:36:22 +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.
32 lines
645 B
JSON
32 lines
645 B
JSON
{
|
|
"name": "@vestige/init",
|
|
"version": "2.0.7",
|
|
"description": "Give your AI a brain in 10 seconds — zero-config Vestige v2.0 installer with 3D dashboard",
|
|
"bin": {
|
|
"vestige-init": "bin/init.js"
|
|
},
|
|
"keywords": [
|
|
"vestige",
|
|
"mcp",
|
|
"ai",
|
|
"memory",
|
|
"claude",
|
|
"copilot",
|
|
"cursor",
|
|
"xcode",
|
|
"jetbrains",
|
|
"windsurf",
|
|
"init",
|
|
"installer"
|
|
],
|
|
"author": "Sam Valladares",
|
|
"license": "AGPL-3.0-only",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/samvallad33/vestige.git",
|
|
"directory": "packages/vestige-init"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|