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:
Sam Valladares 2026-01-25 01:44:11 -06:00
parent d9b762030e
commit 449d60754a
27 changed files with 277 additions and 277 deletions

View file

@ -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