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.

11 lines (10 loc) 434 B
import { fileURLToPath as __fileURLToPath } from 'url'; import { dirname as __pathDirname } from 'path'; const __filename = __fileURLToPath(import.meta.url); const __dirname = __pathDirname(__filename); export * from "./types.js"; export * from "./summary-generator.js"; export * from "./llm-context-retrieval.js"; export * from "./privacy-filter.js"; export * from "./unified-context-assembler.js"; //# sourceMappingURL=index.js.map