mirror of
https://github.com/samvallad33/vestige.git
synced 2026-05-08 15:22: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
|
|
@ -27,12 +27,12 @@ if (!platformStr || !archStr) {
|
|||
process.exit(1);
|
||||
}
|
||||
|
||||
const binaryName = PLATFORM === 'win32' ? 'engram-mcp.exe' : 'engram-mcp';
|
||||
const binaryName = PLATFORM === 'win32' ? 'vestige-mcp.exe' : 'vestige-mcp';
|
||||
const targetDir = path.join(__dirname, '..', 'bin');
|
||||
const targetPath = path.join(targetDir, binaryName);
|
||||
|
||||
// For now, just create a placeholder - real binaries come from GitHub releases
|
||||
console.log(`Engram MCP v${VERSION} installed for ${archStr}-${platformStr}`);
|
||||
console.log(`Vestige MCP v${VERSION} installed for ${archStr}-${platformStr}`);
|
||||
console.log(`Binary location: ${targetPath}`);
|
||||
|
||||
// Ensure bin directory exists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue