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:
Sam Valladares 2026-02-22 03:11:37 -06:00
parent 9b1aa9cdeb
commit 31bbee0c7f
3 changed files with 14 additions and 6 deletions

View file

@ -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.');
}