These are the symbols your codebase depends on most. Changes here have the largest blast radius.
Core architectural files — imported by many others.
src/utils/logger.ts (1.00)src/shared/SettingsDefaultsManager.ts (0.12)src/shared/paths.ts (0.12)src/services/sqlite/SessionStore.ts (0.07)src/services/domain/ModeManager.ts (0.07)src/utils/transcript-parser.ts (0.05)src/shared/hook-constants.ts (0.05)src/supervisor/process-registry.ts (0.05)src/npx-cli/utils/paths.ts (0.04)src/shared/worker-utils.ts (0.04)Named functions with zero detected references. Could be dead code, public API exports, or referenced dynamically.
src/supervisor/process-registry.ts:251src/npx-cli/utils/paths.ts:58src/shared/worker-utils.ts:10src/shared/worker-utils.ts:31src/shared/worker-utils.ts:92src/supervisor/index.ts:25src/services/sqlite/Database.ts:332src/services/server/ErrorHandler.ts:96src/services/worker/http/BaseRouteHandler.ts:16src/services/worker/SessionManager.ts:57src/utils/logger.ts (1.00)src/shared/SettingsDefaultsManager.ts (0.12)src/shared/paths.ts (0.12)src/services/infrastructure/ProcessManager.ts:469execSync(taskkill /PID ${pid} /T /F, { timeout: HOOKTIMEOUTS.POWERSHELLCOMMAND, stdio: 'ignore', windowsHide: true }src/services/infrastructure/ProcessManager.ts:627execSync(taskkill /PID ${pid} /T /F, { timeout: HOOKTIMEOUTS.POWERSHELLCOMMAND, stdio: 'ignore', windowsHide: true }src/npx-cli/commands/ide-detection.ts:39execSync(${whichCommand} ${command}, { stdio: 'pipe' });src/npx-cli/commands/install.ts:370execSync(node "${smartInstallPath}", {src/services/sqlite/SessionStore.ts:589const tableInfo = this.db.query(PRAGMA table_info(${table})).all() as TableColumnInfo[];src/services/sqlite/migrations/runner.ts:561const tableInfo = this.db.query(PRAGMA table_info(${table})).all() as TableColumnInfo[];src/services/integrations/CursorHooksInstaller.ts:274console.log( Configured MCP server in ${target === 'user' ? '~/.cursor' : '.cursor'}/mcp.json);src/services/integrations/CursorHooksInstaller.ts:275console.log( Server path: ${mcpServerPath});src/services/integrations/CursorHooksInstaller.ts:293console.log(\nInstalling Claude-Mem Cursor hooks (${target} level)...\n);src/services/integrations/CursorHooksInstaller.ts:331console.log( Using Bun runtime: ${bunPath});src/services/integrations/CursorHooksInstaller.ts:356console.log( Created hooks.json (unified CLI mode));src/services/integrations/CursorHooksInstaller.ts:357console.log( Worker service: ${workerServicePath});src/services/integrations/CursorHooksInstaller.ts:364console.log(`src/services/integrations/CursorHooksInstaller.ts:400console.log( Generating initial context...);src/services/integrations/CursorHooksInstaller.ts:415console.log( Generated initial context from existing memory);src/services/integrations/CursorHooksInstaller.ts:439console.log( Created placeholder context file (will populate after first session));sverklo_impact to see the 56 call sitessrc/utils/logger.ts is your most-imported file — changes here cascade widelyLast 2 audits: C → C (stable →)