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.

12 lines (11 loc) 412 B
import { fileURLToPath as __fileURLToPath } from 'url'; import { dirname as __pathDirname } from 'path'; const __filename = __fileURLToPath(import.meta.url); const __dirname = __pathDirname(__filename); import { PerformanceMonitor } from "./monitor.js"; import { PerformanceBenchmark } from "./performance-benchmark.js"; export { PerformanceBenchmark, PerformanceMonitor }; //# sourceMappingURL=index.js.map