mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-12 22:42:10 +02:00
chore: bump npm packages to v2.0.0, add dashboard mention to init
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
9b1aa9cdeb
commit
31bbee0c7f
3 changed files with 14 additions and 6 deletions
|
|
@ -11,8 +11,9 @@ const PLATFORM = os.platform();
|
||||||
// ─── Branding ───────────────────────────────────────────────────────────────
|
// ─── Branding ───────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
const BANNER = `
|
const BANNER = `
|
||||||
vestige init
|
vestige init v2.0
|
||||||
Give your AI a brain in 10 seconds.
|
Give your AI a brain in 10 seconds.
|
||||||
|
Now with 3D dashboard at localhost:3927/dashboard
|
||||||
`;
|
`;
|
||||||
|
|
||||||
// ─── IDE Definitions ────────────────────────────────────────────────────────
|
// ─── IDE Definitions ────────────────────────────────────────────────────────
|
||||||
|
|
@ -349,6 +350,8 @@ function main() {
|
||||||
console.log(' 3. New session: "What are my coding preferences?"');
|
console.log(' 3. New session: "What are my coding preferences?"');
|
||||||
console.log('');
|
console.log('');
|
||||||
console.log('Your AI has a brain now.');
|
console.log('Your AI has a brain now.');
|
||||||
|
console.log('');
|
||||||
|
console.log(' Dashboard: http://localhost:3927/dashboard');
|
||||||
} else {
|
} else {
|
||||||
console.log('All detected IDEs already have Vestige configured.');
|
console.log('All detected IDEs already have Vestige configured.');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@vestige/init",
|
"name": "@vestige/init",
|
||||||
"version": "1.6.0",
|
"version": "2.0.0",
|
||||||
"description": "Give your AI a brain in 10 seconds — zero-config Vestige installer",
|
"description": "Give your AI a brain in 10 seconds — zero-config Vestige v2.0 installer with 3D dashboard",
|
||||||
"bin": {
|
"bin": {
|
||||||
"vestige-init": "bin/init.js"
|
"vestige-init": "bin/init.js"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "vestige-mcp-server",
|
"name": "vestige-mcp-server",
|
||||||
"version": "1.6.0",
|
"version": "2.0.0",
|
||||||
"description": "Vestige MCP Server - AI Memory System for Claude and other assistants",
|
"description": "Vestige MCP Server — Cognitive memory for AI with FSRS-6, 3D dashboard, and 29 brain modules",
|
||||||
"bin": {
|
"bin": {
|
||||||
"vestige-mcp": "bin/vestige-mcp.js",
|
"vestige-mcp": "bin/vestige-mcp.js",
|
||||||
"vestige": "bin/vestige.js"
|
"vestige": "bin/vestige.js"
|
||||||
|
|
@ -14,7 +14,12 @@
|
||||||
"claude",
|
"claude",
|
||||||
"ai",
|
"ai",
|
||||||
"memory",
|
"memory",
|
||||||
"vestige"
|
"vestige",
|
||||||
|
"fsrs",
|
||||||
|
"spaced-repetition",
|
||||||
|
"neuroscience",
|
||||||
|
"cognitive",
|
||||||
|
"3d-visualization"
|
||||||
],
|
],
|
||||||
"author": "Sam Valladares",
|
"author": "Sam Valladares",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue