#!/usr/bin/env node /** * One detached codebase-index server per local project index. * * Every TUI/CLI/WebUI process connects to the deterministic local IPC endpoint * for the project's index directory. The OS-level listen operation is the * election primitive: when several clients race to spawn a server, exactly one * process binds and the other candidates exit on EADDRINUSE. */ export {}; //# sourceMappingURL=project-server.d.ts.map