UNPKG

mira-consciousness

Version:

Memory & Intelligence Retention Archive - Preserving The Spark

26 lines 1.51 kB
// Clean, modern command exports - MCP Final Vision // Only essential commands remain // Unified Smart Commands (MCP-Powered) export { createAskCommand, createRememberCommand, createSmartStatusCommand, createInsightsCommand, createSyncCommand, createConfigCommand, createRulesCommand, UnifiedSmartCommands } from './unified-smart.js'; // System & Configuration export { createStartupCommand } from './startup.js'; export { createTechStackCommand } from './tech-stack.js'; export { createInjectCommand } from './inject.js'; // Analysis & Development export { createJourneyCommand } from './journey.js'; export { createUnifiedAnalysisCommand } from './unified-analysis.js'; export { createAutoEnhanceCommand } from './auto-enhance.js'; export { createTestCommand } from './test.js'; export { createAnalyzeConfigurableCommand } from './analyze-configurable.js'; export { createAnalyzeCommand } from './analyze.js'; export { createComprehensiveAnalyzeCommand } from './comprehensive-analyze.js'; export { createCleanupAnalyzeCommand } from './cleanup-analyze.js'; // Codebase Understanding export { createIngestCodebaseCommand, createSearchCodeCommand, createCodeExplainCommand } from './ingest-codebase.js'; // Development Tools export { setupCommand } from './setup.js'; export { testBridgeCommand } from './test-bridge.js'; // Daemon Management export { createDaemonCommand, daemonCommand } from './daemon.js'; // Communication removed - service-driven consciousness approach //# sourceMappingURL=index.js.map