UNPKG

@stackmemoryai/stackmemory

Version:

Project-scoped memory for AI coding tools. Durable context across sessions with MCP integration, frames, smart retrieval, Claude Code skills, and automatic hooks.

13 lines (12 loc) 432 B
import { fileURLToPath as __fileURLToPath } from 'url'; import { dirname as __pathDirname } from 'path'; const __filename = __fileURLToPath(import.meta.url); const __dirname = __pathDirname(__filename); import { DEFAULT_DIFFMEM_CONFIG } from "./config.js"; import { DiffMemClient, DiffMemClientError } from "./client.js"; export { DEFAULT_DIFFMEM_CONFIG, DiffMemClient, DiffMemClientError }; //# sourceMappingURL=index.js.map