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.

19 lines (18 loc) 630 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/metrics.js"; export * from "./core/analytics-service.js"; export * from "./api/analytics-api.js"; export * from "./queries/metrics-queries.js"; import { AnalyticsService } from "./core/analytics-service.js"; import { AnalyticsAPI } from "./api/analytics-api.js"; var analytics_default = { AnalyticsService, AnalyticsAPI }; export { analytics_default as default }; //# sourceMappingURL=index.js.map