/** * Shim — re-exports from project-utils/ directory so existing importers * continue to work without modification. See project-utils/index.ts. */ export type { WorkItem, TodoItem } from "./project-utils/index.js"; export { ADAPTER_DIR, PAI_DIR, PROJECTS_DIR, isProbeSession, encodePath, getProjectDir, getNotesDir, findNotesDir, getSessionsDir, getSessionsDirFromProjectDir, ensureNotesDir, ensureNotesDirSmart, ensureSessionsDir, ensureSessionsDirFromProjectDir, archiveSessionFilesToSessionsDir, findTodoPath, findClaudeMdPath, findAllClaudeMdPaths, isWhatsAppEnabled, sendNtfyNotification, getNextNoteNumber, getCurrentNotePath, createSessionNote, appendCheckpoint, addWorkToSessionNote, isMeaningfulTitle, sanitizeForFilename, extractMeaningfulName, renameSessionNote, updateSessionNoteTitle, finalizeSessionNote, calculateSessionTokens, ensureTodoMd, updateTodoMd, addTodoCheckpoint, updateTodoContinue, sessionIdFromTranscript, } from "./project-utils/index.js";