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.

21 lines (20 loc) 600 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 "./prompt-builder.js"; export * from "./prediction-client.js"; export * from "./sweep-server-manager.js"; export * from "./state-watcher.js"; export * from "./status-bar.js"; export * from "./tab-interceptor.js"; import { PtyWrapper, launchWrapper } from "./pty-wrapper.js"; export { PtyWrapper, launchWrapper }; //# sourceMappingURL=index.js.map