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) 761 B
import { fileURLToPath as __fileURLToPath } from 'url'; import { dirname as __pathDirname } from 'path'; const __filename = __fileURLToPath(import.meta.url); const __dirname = __pathDirname(__filename); import { RalphStackMemoryBridge } from "./bridge/ralph-stackmemory-bridge.js"; import { ContextBudgetManager } from "./context/context-budget-manager.js"; import { StateReconciler } from "./state/state-reconciler.js"; import { IterationLifecycle } from "./lifecycle/iteration-lifecycle.js"; import { PerformanceOptimizer } from "./performance/performance-optimizer.js"; export * from "./types.js"; export { ContextBudgetManager, IterationLifecycle, PerformanceOptimizer, RalphStackMemoryBridge, StateReconciler }; //# sourceMappingURL=index.js.map