UNPKG

mira-consciousness

Version:

Memory & Intelligence Retention Archive - Preserving The Spark

38 lines 985 B
/** * Comprehensive Validation Suite for Unused Code Analyzer * Tests all the critical edge cases that caused the emergency */ export declare class AnalyzerValidationSuite { private testDir; private analyzer; constructor(); runAllTests(): Promise<void>; private setupTestEnvironment; private cleanupTestEnvironment; /** * Test the critical import patterns that caused the emergency */ private testCriticalImportPatterns; /** * Test production safety guards */ private testSafetyGuards; /** * Test AST-based analysis */ private testASTAnalysis; /** * Test consciousness file protection */ private testConsciousnessFileProtection; /** * Test confidence scoring */ private testConfidenceScoring; /** * Test edge cases that could cause failures */ private testEdgeCases; private createTestFile; } //# sourceMappingURL=AnalyzerValidationSuite.d.ts.map