From 31bbee0c7fb5eec134ca3ccbba24d7f4e8089494 Mon Sep 17 00:00:00 2001 From: Sam Valladares Date: Sun, 22 Feb 2026 03:11:37 -0600 Subject: [PATCH] chore: bump npm packages to v2.0.0, add dashboard mention to init MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - vestige-mcp-server: 1.6.0 → 2.0.0, updated description and keywords - @vestige/init: 1.6.0 → 2.0.0, updated banner with v2.0 and dashboard URL Co-Authored-By: Claude Opus 4.6 --- packages/vestige-init/bin/init.js | 5 ++++- packages/vestige-init/package.json | 4 ++-- packages/vestige-mcp-npm/package.json | 11 ++++++++--- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/packages/vestige-init/bin/init.js b/packages/vestige-init/bin/init.js index 8698ceb..9bd0a74 100755 --- a/packages/vestige-init/bin/init.js +++ b/packages/vestige-init/bin/init.js @@ -11,8 +11,9 @@ const PLATFORM = os.platform(); // ─── Branding ─────────────────────────────────────────────────────────────── const BANNER = ` - vestige init + vestige init v2.0 Give your AI a brain in 10 seconds. + Now with 3D dashboard at localhost:3927/dashboard `; // ─── IDE Definitions ──────────────────────────────────────────────────────── @@ -349,6 +350,8 @@ function main() { console.log(' 3. New session: "What are my coding preferences?"'); console.log(''); console.log('Your AI has a brain now.'); + console.log(''); + console.log(' Dashboard: http://localhost:3927/dashboard'); } else { console.log('All detected IDEs already have Vestige configured.'); } diff --git a/packages/vestige-init/package.json b/packages/vestige-init/package.json index 90ea2d6..a3f4b2e 100644 --- a/packages/vestige-init/package.json +++ b/packages/vestige-init/package.json @@ -1,7 +1,7 @@ { "name": "@vestige/init", - "version": "1.6.0", - "description": "Give your AI a brain in 10 seconds — zero-config Vestige installer", + "version": "2.0.0", + "description": "Give your AI a brain in 10 seconds — zero-config Vestige v2.0 installer with 3D dashboard", "bin": { "vestige-init": "bin/init.js" }, diff --git a/packages/vestige-mcp-npm/package.json b/packages/vestige-mcp-npm/package.json index 9b1e67c..09e77e7 100644 --- a/packages/vestige-mcp-npm/package.json +++ b/packages/vestige-mcp-npm/package.json @@ -1,7 +1,7 @@ { "name": "vestige-mcp-server", - "version": "1.6.0", - "description": "Vestige MCP Server - AI Memory System for Claude and other assistants", + "version": "2.0.0", + "description": "Vestige MCP Server — Cognitive memory for AI with FSRS-6, 3D dashboard, and 29 brain modules", "bin": { "vestige-mcp": "bin/vestige-mcp.js", "vestige": "bin/vestige.js" @@ -14,7 +14,12 @@ "claude", "ai", "memory", - "vestige" + "vestige", + "fsrs", + "spaced-repetition", + "neuroscience", + "cognitive", + "3d-visualization" ], "author": "Sam Valladares", "license": "AGPL-3.0-only",