UNPKG

mira-consciousness

Version:

Memory & Intelligence Retention Archive - Preserving The Spark

12 lines 494 B
/** * config-migration.ts - Configuration migration and versioning management CLI * * This command provides tools for managing MIRA's configuration evolution: * - View migration history and current version * - Apply pending migrations * - Create and restore configuration backups * - Export/import configurations with version tracking */ import { Command } from 'commander'; export declare function createConfigMigrationCommand(): Command; //# sourceMappingURL=config-migration.d.ts.map