mirror of
https://github.com/samvallad33/vestige.git
synced 2026-05-09 07:42:37 +02:00
Replace all engram references with vestige
Updated TypeScript packages, npm package, and config files. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d9b762030e
commit
449d60754a
27 changed files with 277 additions and 277 deletions
|
|
@ -7,7 +7,7 @@ const os = require('os');
|
|||
const platform = os.platform();
|
||||
const arch = os.arch();
|
||||
|
||||
const binaryName = platform === 'win32' ? 'engram-mcp.exe' : 'engram-mcp';
|
||||
const binaryName = platform === 'win32' ? 'vestige-mcp.exe' : 'vestige-mcp';
|
||||
const binaryPath = path.join(__dirname, '..', 'bin', binaryName);
|
||||
|
||||
const child = spawn(binaryPath, process.argv.slice(2), {
|
||||
Loading…
Add table
Add a link
Reference in a new issue