erosolar-cli 1.7.439 → 1.7.441
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/StringUtils.d.ts +8 -0
- package/dist/StringUtils.d.ts.map +1 -0
- package/dist/StringUtils.js +11 -0
- package/dist/StringUtils.js.map +1 -0
- package/dist/adapters/browser/index.d.ts +12 -0
- package/dist/adapters/browser/index.d.ts.map +1 -0
- package/dist/adapters/browser/index.js +11 -0
- package/dist/adapters/browser/index.js.map +1 -0
- package/dist/adapters/node/index.d.ts +17 -0
- package/dist/adapters/node/index.d.ts.map +1 -0
- package/dist/adapters/node/index.js +35 -0
- package/dist/adapters/node/index.js.map +1 -0
- package/dist/adapters/remote/index.d.ts +13 -0
- package/dist/adapters/remote/index.d.ts.map +1 -0
- package/dist/adapters/remote/index.js +20 -0
- package/dist/adapters/remote/index.js.map +1 -0
- package/dist/adapters/types.d.ts +14 -0
- package/dist/adapters/types.d.ts.map +1 -0
- package/dist/adapters/types.js +2 -0
- package/dist/adapters/types.js.map +1 -0
- package/dist/bin/erosolar.d.ts +9 -0
- package/dist/bin/erosolar.d.ts.map +1 -0
- package/dist/bin/erosolar.js +93 -0
- package/dist/bin/erosolar.js.map +1 -0
- package/dist/bin/selfTest.d.ts +14 -0
- package/dist/bin/selfTest.d.ts.map +1 -0
- package/dist/bin/selfTest.js +304 -0
- package/dist/bin/selfTest.js.map +1 -0
- package/dist/browser/BrowserSessionManager.d.ts +307 -0
- package/dist/browser/BrowserSessionManager.d.ts.map +1 -0
- package/dist/browser/BrowserSessionManager.js +713 -0
- package/dist/browser/BrowserSessionManager.js.map +1 -0
- package/dist/capabilities/advancedTestGenerationCapability.d.ts +17 -0
- package/dist/capabilities/advancedTestGenerationCapability.d.ts.map +1 -0
- package/dist/capabilities/advancedTestGenerationCapability.js +28 -0
- package/dist/capabilities/advancedTestGenerationCapability.js.map +1 -0
- package/dist/capabilities/agentSpawningCapability.d.ts +6 -0
- package/dist/capabilities/agentSpawningCapability.d.ts.map +1 -0
- package/dist/capabilities/agentSpawningCapability.js +168 -0
- package/dist/capabilities/agentSpawningCapability.js.map +1 -0
- package/dist/capabilities/askUserCapability.d.ts +21 -0
- package/dist/capabilities/askUserCapability.d.ts.map +1 -0
- package/dist/capabilities/askUserCapability.js +155 -0
- package/dist/capabilities/askUserCapability.js.map +1 -0
- package/dist/capabilities/bashCapability.d.ts +13 -0
- package/dist/capabilities/bashCapability.d.ts.map +1 -0
- package/dist/capabilities/bashCapability.js +24 -0
- package/dist/capabilities/bashCapability.js.map +1 -0
- package/dist/capabilities/browserAutomationCapability.d.ts +37 -0
- package/dist/capabilities/browserAutomationCapability.d.ts.map +1 -0
- package/dist/capabilities/browserAutomationCapability.js +49 -0
- package/dist/capabilities/browserAutomationCapability.js.map +1 -0
- package/dist/capabilities/buildCapability.d.ts +24 -0
- package/dist/capabilities/buildCapability.d.ts.map +1 -0
- package/dist/capabilities/buildCapability.js +25 -0
- package/dist/capabilities/buildCapability.js.map +1 -0
- package/dist/capabilities/cloudCapability.d.ts +13 -0
- package/dist/capabilities/cloudCapability.d.ts.map +1 -0
- package/dist/capabilities/cloudCapability.js +38 -0
- package/dist/capabilities/cloudCapability.js.map +1 -0
- package/dist/capabilities/codeAnalysisCapability.d.ts +13 -0
- package/dist/capabilities/codeAnalysisCapability.d.ts.map +1 -0
- package/dist/capabilities/codeAnalysisCapability.js +24 -0
- package/dist/capabilities/codeAnalysisCapability.js.map +1 -0
- package/dist/capabilities/codeGenerationCapability.d.ts +13 -0
- package/dist/capabilities/codeGenerationCapability.d.ts.map +1 -0
- package/dist/capabilities/codeGenerationCapability.js +25 -0
- package/dist/capabilities/codeGenerationCapability.js.map +1 -0
- package/dist/capabilities/codeQualityCapability.d.ts +13 -0
- package/dist/capabilities/codeQualityCapability.d.ts.map +1 -0
- package/dist/capabilities/codeQualityCapability.js +25 -0
- package/dist/capabilities/codeQualityCapability.js.map +1 -0
- package/dist/capabilities/dependencySecurityCapability.d.ts +13 -0
- package/dist/capabilities/dependencySecurityCapability.d.ts.map +1 -0
- package/dist/capabilities/dependencySecurityCapability.js +24 -0
- package/dist/capabilities/dependencySecurityCapability.js.map +1 -0
- package/dist/capabilities/devCapability.d.ts +13 -0
- package/dist/capabilities/devCapability.d.ts.map +1 -0
- package/dist/capabilities/devCapability.js +24 -0
- package/dist/capabilities/devCapability.js.map +1 -0
- package/dist/capabilities/editCapability.d.ts +17 -0
- package/dist/capabilities/editCapability.d.ts.map +1 -0
- package/dist/capabilities/editCapability.js +27 -0
- package/dist/capabilities/editCapability.js.map +1 -0
- package/dist/capabilities/emailCapability.d.ts +12 -0
- package/dist/capabilities/emailCapability.d.ts.map +1 -0
- package/dist/capabilities/emailCapability.js +22 -0
- package/dist/capabilities/emailCapability.js.map +1 -0
- package/dist/capabilities/enhancedCodeIntelligenceCapability.d.ts +17 -0
- package/dist/capabilities/enhancedCodeIntelligenceCapability.d.ts.map +1 -0
- package/dist/capabilities/enhancedCodeIntelligenceCapability.js +28 -0
- package/dist/capabilities/enhancedCodeIntelligenceCapability.js.map +1 -0
- package/dist/capabilities/enhancedDevWorkflowCapability.d.ts +17 -0
- package/dist/capabilities/enhancedDevWorkflowCapability.d.ts.map +1 -0
- package/dist/capabilities/enhancedDevWorkflowCapability.js +28 -0
- package/dist/capabilities/enhancedDevWorkflowCapability.js.map +1 -0
- package/dist/capabilities/enhancedGitCapability.d.ts +7 -0
- package/dist/capabilities/enhancedGitCapability.d.ts.map +1 -0
- package/dist/capabilities/enhancedGitCapability.js +220 -0
- package/dist/capabilities/enhancedGitCapability.js.map +1 -0
- package/dist/capabilities/filesystemCapability.d.ts +13 -0
- package/dist/capabilities/filesystemCapability.d.ts.map +1 -0
- package/dist/capabilities/filesystemCapability.js +24 -0
- package/dist/capabilities/filesystemCapability.js.map +1 -0
- package/dist/capabilities/frontendTestingCapability.d.ts +13 -0
- package/dist/capabilities/frontendTestingCapability.d.ts.map +1 -0
- package/dist/capabilities/frontendTestingCapability.js +28 -0
- package/dist/capabilities/frontendTestingCapability.js.map +1 -0
- package/dist/capabilities/globCapability.d.ts +17 -0
- package/dist/capabilities/globCapability.d.ts.map +1 -0
- package/dist/capabilities/globCapability.js +27 -0
- package/dist/capabilities/globCapability.js.map +1 -0
- package/dist/capabilities/index.d.ts +26 -0
- package/dist/capabilities/index.d.ts.map +1 -0
- package/dist/capabilities/index.js +26 -0
- package/dist/capabilities/index.js.map +1 -0
- package/dist/capabilities/interactionCapability.d.ts +12 -0
- package/dist/capabilities/interactionCapability.d.ts.map +1 -0
- package/dist/capabilities/interactionCapability.js +22 -0
- package/dist/capabilities/interactionCapability.js.map +1 -0
- package/dist/capabilities/learnCapability.d.ts +22 -0
- package/dist/capabilities/learnCapability.d.ts.map +1 -0
- package/dist/capabilities/learnCapability.js +37 -0
- package/dist/capabilities/learnCapability.js.map +1 -0
- package/dist/capabilities/mcpCapability.d.ts +6 -0
- package/dist/capabilities/mcpCapability.d.ts.map +1 -0
- package/dist/capabilities/mcpCapability.js +19 -0
- package/dist/capabilities/mcpCapability.js.map +1 -0
- package/dist/capabilities/notebookCapability.d.ts +17 -0
- package/dist/capabilities/notebookCapability.d.ts.map +1 -0
- package/dist/capabilities/notebookCapability.js +27 -0
- package/dist/capabilities/notebookCapability.js.map +1 -0
- package/dist/capabilities/performanceMonitoringCapability.d.ts +108 -0
- package/dist/capabilities/performanceMonitoringCapability.d.ts.map +1 -0
- package/dist/capabilities/performanceMonitoringCapability.js +176 -0
- package/dist/capabilities/performanceMonitoringCapability.js.map +1 -0
- package/dist/capabilities/planningCapability.d.ts +16 -0
- package/dist/capabilities/planningCapability.d.ts.map +1 -0
- package/dist/capabilities/planningCapability.js +26 -0
- package/dist/capabilities/planningCapability.js.map +1 -0
- package/dist/capabilities/refactoringCapability.d.ts +13 -0
- package/dist/capabilities/refactoringCapability.d.ts.map +1 -0
- package/dist/capabilities/refactoringCapability.js +25 -0
- package/dist/capabilities/refactoringCapability.js.map +1 -0
- package/dist/capabilities/repoChecksCapability.d.ts +10 -0
- package/dist/capabilities/repoChecksCapability.d.ts.map +1 -0
- package/dist/capabilities/repoChecksCapability.js +24 -0
- package/dist/capabilities/repoChecksCapability.js.map +1 -0
- package/dist/capabilities/searchCapability.d.ts +13 -0
- package/dist/capabilities/searchCapability.d.ts.map +1 -0
- package/dist/capabilities/searchCapability.js +24 -0
- package/dist/capabilities/searchCapability.js.map +1 -0
- package/dist/capabilities/skillCapability.d.ts +3 -0
- package/dist/capabilities/skillCapability.d.ts.map +1 -0
- package/dist/capabilities/skillCapability.js +77 -0
- package/dist/capabilities/skillCapability.js.map +1 -0
- package/dist/capabilities/statusCapability.d.ts +4 -0
- package/dist/capabilities/statusCapability.d.ts.map +1 -0
- package/dist/capabilities/statusCapability.js +92 -0
- package/dist/capabilities/statusCapability.js.map +1 -0
- package/dist/capabilities/taskManagementCapability.d.ts +12 -0
- package/dist/capabilities/taskManagementCapability.d.ts.map +1 -0
- package/dist/capabilities/taskManagementCapability.js +22 -0
- package/dist/capabilities/taskManagementCapability.js.map +1 -0
- package/dist/capabilities/testingCapability.d.ts +13 -0
- package/dist/capabilities/testingCapability.d.ts.map +1 -0
- package/dist/capabilities/testingCapability.js +25 -0
- package/dist/capabilities/testingCapability.js.map +1 -0
- package/dist/capabilities/todoCapability.d.ts +19 -0
- package/dist/capabilities/todoCapability.d.ts.map +1 -0
- package/dist/capabilities/todoCapability.js +169 -0
- package/dist/capabilities/todoCapability.js.map +1 -0
- package/dist/capabilities/toolManifest.d.ts +3 -0
- package/dist/capabilities/toolManifest.d.ts.map +1 -0
- package/dist/capabilities/toolManifest.js +160 -0
- package/dist/capabilities/toolManifest.js.map +1 -0
- package/dist/capabilities/toolRegistry.d.ts +24 -0
- package/dist/capabilities/toolRegistry.d.ts.map +1 -0
- package/dist/capabilities/toolRegistry.js +150 -0
- package/dist/capabilities/toolRegistry.js.map +1 -0
- package/dist/capabilities/validationCapability.d.ts +13 -0
- package/dist/capabilities/validationCapability.d.ts.map +1 -0
- package/dist/capabilities/validationCapability.js +24 -0
- package/dist/capabilities/validationCapability.js.map +1 -0
- package/dist/capabilities/webCapability.d.ts +12 -0
- package/dist/capabilities/webCapability.d.ts.map +1 -0
- package/dist/capabilities/webCapability.js +22 -0
- package/dist/capabilities/webCapability.js.map +1 -0
- package/dist/config.d.ts +25 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +140 -0
- package/dist/config.js.map +1 -0
- package/dist/contracts/v1/agent.d.ts +147 -0
- package/dist/contracts/v1/agent.d.ts.map +1 -0
- package/dist/contracts/v1/agent.js +8 -0
- package/dist/contracts/v1/agent.js.map +1 -0
- package/dist/contracts/v1/agentProfileManifest.d.ts +60 -0
- package/dist/contracts/v1/agentProfileManifest.d.ts.map +1 -0
- package/dist/contracts/v1/agentProfileManifest.js +9 -0
- package/dist/contracts/v1/agentProfileManifest.js.map +1 -0
- package/dist/contracts/v1/agentRules.d.ts +60 -0
- package/dist/contracts/v1/agentRules.d.ts.map +1 -0
- package/dist/contracts/v1/agentRules.js +10 -0
- package/dist/contracts/v1/agentRules.js.map +1 -0
- package/dist/contracts/v1/provider.d.ts +149 -0
- package/dist/contracts/v1/provider.d.ts.map +1 -0
- package/dist/contracts/v1/provider.js +7 -0
- package/dist/contracts/v1/provider.js.map +1 -0
- package/dist/contracts/v1/tool.d.ts +136 -0
- package/dist/contracts/v1/tool.d.ts.map +1 -0
- package/dist/contracts/v1/tool.js +7 -0
- package/dist/contracts/v1/tool.js.map +1 -0
- package/dist/contracts/v1/toolAccess.d.ts +43 -0
- package/dist/contracts/v1/toolAccess.d.ts.map +1 -0
- package/dist/contracts/v1/toolAccess.js +9 -0
- package/dist/contracts/v1/toolAccess.js.map +1 -0
- package/dist/core/LazyLoader.d.ts +129 -0
- package/dist/core/LazyLoader.d.ts.map +1 -0
- package/dist/core/LazyLoader.js +240 -0
- package/dist/core/LazyLoader.js.map +1 -0
- package/dist/core/agent.d.ts +153 -0
- package/dist/core/agent.d.ts.map +1 -0
- package/dist/core/agent.js +889 -0
- package/dist/core/agent.js.map +1 -0
- package/dist/core/agentProfileManifest.d.ts +3 -0
- package/dist/core/agentProfileManifest.d.ts.map +1 -0
- package/dist/core/agentProfileManifest.js +188 -0
- package/dist/core/agentProfileManifest.js.map +1 -0
- package/dist/core/agentProfiles.d.ts +22 -0
- package/dist/core/agentProfiles.d.ts.map +1 -0
- package/dist/core/agentProfiles.js +35 -0
- package/dist/core/agentProfiles.js.map +1 -0
- package/dist/core/agentRulebook.d.ts +11 -0
- package/dist/core/agentRulebook.d.ts.map +1 -0
- package/dist/core/agentRulebook.js +136 -0
- package/dist/core/agentRulebook.js.map +1 -0
- package/dist/core/agentSchemaLoader.d.ts +131 -0
- package/dist/core/agentSchemaLoader.d.ts.map +1 -0
- package/dist/core/agentSchemaLoader.js +234 -0
- package/dist/core/agentSchemaLoader.js.map +1 -0
- package/dist/core/aiErrorFixer.d.ts +70 -0
- package/dist/core/aiErrorFixer.d.ts.map +1 -0
- package/dist/core/aiErrorFixer.js +402 -0
- package/dist/core/aiErrorFixer.js.map +1 -0
- package/dist/core/alphaZeroEngine.d.ts +269 -0
- package/dist/core/alphaZeroEngine.d.ts.map +1 -0
- package/dist/core/alphaZeroEngine.js +523 -0
- package/dist/core/alphaZeroEngine.js.map +1 -0
- package/dist/core/alphaZeroModular.d.ts +186 -0
- package/dist/core/alphaZeroModular.d.ts.map +1 -0
- package/dist/core/alphaZeroModular.js +755 -0
- package/dist/core/alphaZeroModular.js.map +1 -0
- package/dist/core/alphaZeroOrchestrator.d.ts +140 -0
- package/dist/core/alphaZeroOrchestrator.d.ts.map +1 -0
- package/dist/core/alphaZeroOrchestrator.js +418 -0
- package/dist/core/alphaZeroOrchestrator.js.map +1 -0
- package/dist/core/bashCommandGuidance.d.ts +16 -0
- package/dist/core/bashCommandGuidance.d.ts.map +1 -0
- package/dist/core/bashCommandGuidance.js +40 -0
- package/dist/core/bashCommandGuidance.js.map +1 -0
- package/dist/core/checkpoint.d.ts +76 -0
- package/dist/core/checkpoint.d.ts.map +1 -0
- package/dist/core/checkpoint.js +278 -0
- package/dist/core/checkpoint.js.map +1 -0
- package/dist/core/cliTestHarness.d.ts +200 -0
- package/dist/core/cliTestHarness.d.ts.map +1 -0
- package/dist/core/cliTestHarness.js +549 -0
- package/dist/core/cliTestHarness.js.map +1 -0
- package/dist/core/contextManager.d.ts +265 -0
- package/dist/core/contextManager.d.ts.map +1 -0
- package/dist/core/contextManager.js +1060 -0
- package/dist/core/contextManager.js.map +1 -0
- package/dist/core/contextWindow.d.ts +42 -0
- package/dist/core/contextWindow.d.ts.map +1 -0
- package/dist/core/contextWindow.js +123 -0
- package/dist/core/contextWindow.js.map +1 -0
- package/dist/core/costTracker.d.ts +87 -0
- package/dist/core/costTracker.d.ts.map +1 -0
- package/dist/core/costTracker.js +285 -0
- package/dist/core/costTracker.js.map +1 -0
- package/dist/core/customCommands.d.ts +19 -0
- package/dist/core/customCommands.d.ts.map +1 -0
- package/dist/core/customCommands.js +84 -0
- package/dist/core/customCommands.js.map +1 -0
- package/dist/core/errors/apiKeyErrors.d.ts +11 -0
- package/dist/core/errors/apiKeyErrors.d.ts.map +1 -0
- package/dist/core/errors/apiKeyErrors.js +159 -0
- package/dist/core/errors/apiKeyErrors.js.map +1 -0
- package/dist/core/errors/errorTypes.d.ts +111 -0
- package/dist/core/errors/errorTypes.d.ts.map +1 -0
- package/dist/core/errors/errorTypes.js +348 -0
- package/dist/core/errors/errorTypes.js.map +1 -0
- package/dist/core/errors/errorUtils.d.ts +87 -0
- package/dist/core/errors/errorUtils.d.ts.map +1 -0
- package/dist/core/errors/errorUtils.js +158 -0
- package/dist/core/errors/errorUtils.js.map +1 -0
- package/dist/core/errors/safetyValidator.d.ts +71 -0
- package/dist/core/errors/safetyValidator.d.ts.map +1 -0
- package/dist/core/errors/safetyValidator.js +302 -0
- package/dist/core/errors/safetyValidator.js.map +1 -0
- package/dist/core/errors.d.ts +4 -0
- package/dist/core/errors.d.ts.map +1 -0
- package/dist/core/errors.js +33 -0
- package/dist/core/errors.js.map +1 -0
- package/dist/core/failureRecovery.d.ts +122 -0
- package/dist/core/failureRecovery.d.ts.map +1 -0
- package/dist/core/failureRecovery.js +477 -0
- package/dist/core/failureRecovery.js.map +1 -0
- package/dist/core/hooks.d.ts +113 -0
- package/dist/core/hooks.d.ts.map +1 -0
- package/dist/core/hooks.js +267 -0
- package/dist/core/hooks.js.map +1 -0
- package/dist/core/intelligentTestFlows.d.ts +126 -0
- package/dist/core/intelligentTestFlows.d.ts.map +1 -0
- package/dist/core/intelligentTestFlows.js +678 -0
- package/dist/core/intelligentTestFlows.js.map +1 -0
- package/dist/core/isolatedVerifier.d.ts +40 -0
- package/dist/core/isolatedVerifier.d.ts.map +1 -0
- package/dist/core/isolatedVerifier.js +129 -0
- package/dist/core/isolatedVerifier.js.map +1 -0
- package/dist/core/learningPersistence.d.ts +145 -0
- package/dist/core/learningPersistence.d.ts.map +1 -0
- package/dist/core/learningPersistence.js +477 -0
- package/dist/core/learningPersistence.js.map +1 -0
- package/dist/core/memorySystem.d.ts +67 -0
- package/dist/core/memorySystem.d.ts.map +1 -0
- package/dist/core/memorySystem.js +334 -0
- package/dist/core/memorySystem.js.map +1 -0
- package/dist/core/metricsTracker.d.ts +157 -0
- package/dist/core/metricsTracker.d.ts.map +1 -0
- package/dist/core/metricsTracker.js +273 -0
- package/dist/core/metricsTracker.js.map +1 -0
- package/dist/core/modelDiscovery.d.ts +101 -0
- package/dist/core/modelDiscovery.d.ts.map +1 -0
- package/dist/core/modelDiscovery.js +780 -0
- package/dist/core/modelDiscovery.js.map +1 -0
- package/dist/core/multilinePasteHandler.d.ts +35 -0
- package/dist/core/multilinePasteHandler.d.ts.map +1 -0
- package/dist/core/multilinePasteHandler.js +80 -0
- package/dist/core/multilinePasteHandler.js.map +1 -0
- package/dist/core/offsecAlphaZero.d.ts +56 -0
- package/dist/core/offsecAlphaZero.d.ts.map +1 -0
- package/dist/core/offsecAlphaZero.js +395 -0
- package/dist/core/offsecAlphaZero.js.map +1 -0
- package/dist/core/outputStyles.d.ts +48 -0
- package/dist/core/outputStyles.d.ts.map +1 -0
- package/dist/core/outputStyles.js +270 -0
- package/dist/core/outputStyles.js.map +1 -0
- package/dist/core/performanceMonitor.d.ts +124 -0
- package/dist/core/performanceMonitor.d.ts.map +1 -0
- package/dist/core/performanceMonitor.js +192 -0
- package/dist/core/performanceMonitor.js.map +1 -0
- package/dist/core/preferences.d.ts +69 -0
- package/dist/core/preferences.d.ts.map +1 -0
- package/dist/core/preferences.js +316 -0
- package/dist/core/preferences.js.map +1 -0
- package/dist/core/responseVerifier.d.ts +98 -0
- package/dist/core/responseVerifier.d.ts.map +1 -0
- package/dist/core/responseVerifier.js +509 -0
- package/dist/core/responseVerifier.js.map +1 -0
- package/dist/core/resultVerification.d.ts +141 -0
- package/dist/core/resultVerification.d.ts.map +1 -0
- package/dist/core/resultVerification.js +482 -0
- package/dist/core/resultVerification.js.map +1 -0
- package/dist/core/schemaValidator.d.ts +44 -0
- package/dist/core/schemaValidator.d.ts.map +1 -0
- package/dist/core/schemaValidator.js +155 -0
- package/dist/core/schemaValidator.js.map +1 -0
- package/dist/core/secretStore.d.ts +48 -0
- package/dist/core/secretStore.d.ts.map +1 -0
- package/dist/core/secretStore.js +367 -0
- package/dist/core/secretStore.js.map +1 -0
- package/dist/core/securityAssessment.d.ts +91 -0
- package/dist/core/securityAssessment.d.ts.map +1 -0
- package/dist/core/securityAssessment.js +580 -0
- package/dist/core/securityAssessment.js.map +1 -0
- package/dist/core/selfEvolution.d.ts +155 -0
- package/dist/core/selfEvolution.d.ts.map +1 -0
- package/dist/core/selfEvolution.js +1000 -0
- package/dist/core/selfEvolution.js.map +1 -0
- package/dist/core/selfImprovement.d.ts +141 -0
- package/dist/core/selfImprovement.d.ts.map +1 -0
- package/dist/core/selfImprovement.js +700 -0
- package/dist/core/selfImprovement.js.map +1 -0
- package/dist/core/sessionStore.d.ts +35 -0
- package/dist/core/sessionStore.d.ts.map +1 -0
- package/dist/core/sessionStore.js +189 -0
- package/dist/core/sessionStore.js.map +1 -0
- package/dist/core/testUtils.d.ts +121 -0
- package/dist/core/testUtils.d.ts.map +1 -0
- package/dist/core/testUtils.js +235 -0
- package/dist/core/testUtils.js.map +1 -0
- package/dist/core/toolPreconditions.d.ts +42 -0
- package/dist/core/toolPreconditions.d.ts.map +1 -0
- package/dist/core/toolPreconditions.js +347 -0
- package/dist/core/toolPreconditions.js.map +1 -0
- package/dist/core/toolRuntime.d.ts +163 -0
- package/dist/core/toolRuntime.d.ts.map +1 -0
- package/dist/core/toolRuntime.js +439 -0
- package/dist/core/toolRuntime.js.map +1 -0
- package/dist/core/toolValidation.d.ts +116 -0
- package/dist/core/toolValidation.d.ts.map +1 -0
- package/dist/core/toolValidation.js +282 -0
- package/dist/core/toolValidation.js.map +1 -0
- package/dist/core/types/utilityTypes.d.ts +192 -0
- package/dist/core/types/utilityTypes.d.ts.map +1 -0
- package/dist/core/types/utilityTypes.js +272 -0
- package/dist/core/types/utilityTypes.js.map +1 -0
- package/dist/core/types.d.ts +306 -0
- package/dist/core/types.d.ts.map +1 -0
- package/dist/core/types.js +76 -0
- package/dist/core/types.js.map +1 -0
- package/dist/core/validationRunner.d.ts +106 -0
- package/dist/core/validationRunner.d.ts.map +1 -0
- package/dist/core/validationRunner.js +888 -0
- package/dist/core/validationRunner.js.map +1 -0
- package/dist/core/verification.d.ts +137 -0
- package/dist/core/verification.d.ts.map +1 -0
- package/dist/core/verification.js +323 -0
- package/dist/core/verification.js.map +1 -0
- package/dist/headless/headlessApp.d.ts +5 -0
- package/dist/headless/headlessApp.d.ts.map +1 -0
- package/dist/headless/headlessApp.js +210 -0
- package/dist/headless/headlessApp.js.map +1 -0
- package/dist/intelligence/codeIntelligence.d.ts +118 -0
- package/dist/intelligence/codeIntelligence.d.ts.map +1 -0
- package/dist/intelligence/codeIntelligence.js +552 -0
- package/dist/intelligence/codeIntelligence.js.map +1 -0
- package/dist/intelligence/docGenerator.d.ts +86 -0
- package/dist/intelligence/docGenerator.d.ts.map +1 -0
- package/dist/intelligence/docGenerator.js +564 -0
- package/dist/intelligence/docGenerator.js.map +1 -0
- package/dist/intelligence/index.d.ts +51 -0
- package/dist/intelligence/index.d.ts.map +1 -0
- package/dist/intelligence/index.js +253 -0
- package/dist/intelligence/index.js.map +1 -0
- package/dist/intelligence/refactoring.d.ts +50 -0
- package/dist/intelligence/refactoring.d.ts.map +1 -0
- package/dist/intelligence/refactoring.js +354 -0
- package/dist/intelligence/refactoring.js.map +1 -0
- package/dist/intelligence/testGenerator.d.ts +74 -0
- package/dist/intelligence/testGenerator.d.ts.map +1 -0
- package/dist/intelligence/testGenerator.js +483 -0
- package/dist/intelligence/testGenerator.js.map +1 -0
- package/dist/mcp/config.d.ts +8 -0
- package/dist/mcp/config.d.ts.map +1 -0
- package/dist/mcp/config.js +252 -0
- package/dist/mcp/config.js.map +1 -0
- package/dist/mcp/sseClient.d.ts +34 -0
- package/dist/mcp/sseClient.d.ts.map +1 -0
- package/dist/mcp/sseClient.js +327 -0
- package/dist/mcp/sseClient.js.map +1 -0
- package/dist/mcp/stdioClient.d.ts +24 -0
- package/dist/mcp/stdioClient.d.ts.map +1 -0
- package/dist/mcp/stdioClient.js +179 -0
- package/dist/mcp/stdioClient.js.map +1 -0
- package/dist/mcp/toolBridge.d.ts +12 -0
- package/dist/mcp/toolBridge.d.ts.map +1 -0
- package/dist/mcp/toolBridge.js +117 -0
- package/dist/mcp/toolBridge.js.map +1 -0
- package/dist/mcp/types.d.ts +60 -0
- package/dist/mcp/types.d.ts.map +1 -0
- package/dist/mcp/types.js +2 -0
- package/dist/mcp/types.js.map +1 -0
- package/dist/plugins/index.d.ts +49 -0
- package/dist/plugins/index.d.ts.map +1 -0
- package/dist/plugins/index.js +114 -0
- package/dist/plugins/index.js.map +1 -0
- package/dist/plugins/providers/anthropic/index.d.ts +11 -0
- package/dist/plugins/providers/anthropic/index.d.ts.map +1 -0
- package/dist/plugins/providers/anthropic/index.js +38 -0
- package/dist/plugins/providers/anthropic/index.js.map +1 -0
- package/dist/plugins/providers/deepseek/index.d.ts +11 -0
- package/dist/plugins/providers/deepseek/index.d.ts.map +1 -0
- package/dist/plugins/providers/deepseek/index.js +52 -0
- package/dist/plugins/providers/deepseek/index.js.map +1 -0
- package/dist/plugins/providers/google/index.d.ts +11 -0
- package/dist/plugins/providers/google/index.d.ts.map +1 -0
- package/dist/plugins/providers/google/index.js +40 -0
- package/dist/plugins/providers/google/index.js.map +1 -0
- package/dist/plugins/providers/index.d.ts +2 -0
- package/dist/plugins/providers/index.d.ts.map +1 -0
- package/dist/plugins/providers/index.js +20 -0
- package/dist/plugins/providers/index.js.map +1 -0
- package/dist/plugins/providers/ollama/index.d.ts +21 -0
- package/dist/plugins/providers/ollama/index.d.ts.map +1 -0
- package/dist/plugins/providers/ollama/index.js +69 -0
- package/dist/plugins/providers/ollama/index.js.map +1 -0
- package/dist/plugins/providers/openai/index.d.ts +12 -0
- package/dist/plugins/providers/openai/index.d.ts.map +1 -0
- package/dist/plugins/providers/openai/index.js +39 -0
- package/dist/plugins/providers/openai/index.js.map +1 -0
- package/dist/plugins/providers/xai/index.d.ts +11 -0
- package/dist/plugins/providers/xai/index.d.ts.map +1 -0
- package/dist/plugins/providers/xai/index.js +39 -0
- package/dist/plugins/providers/xai/index.js.map +1 -0
- package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.d.ts +3 -0
- package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.js +9 -0
- package/dist/plugins/tools/agentSpawning/agentSpawningPlugin.js.map +1 -0
- package/dist/plugins/tools/bash/localBashPlugin.d.ts +3 -0
- package/dist/plugins/tools/bash/localBashPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/bash/localBashPlugin.js +14 -0
- package/dist/plugins/tools/bash/localBashPlugin.js.map +1 -0
- package/dist/plugins/tools/browser/browserAutomationPlugin.d.ts +14 -0
- package/dist/plugins/tools/browser/browserAutomationPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/browser/browserAutomationPlugin.js +26 -0
- package/dist/plugins/tools/browser/browserAutomationPlugin.js.map +1 -0
- package/dist/plugins/tools/checks/localRepoChecksPlugin.d.ts +3 -0
- package/dist/plugins/tools/checks/localRepoChecksPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/checks/localRepoChecksPlugin.js +14 -0
- package/dist/plugins/tools/checks/localRepoChecksPlugin.js.map +1 -0
- package/dist/plugins/tools/cloud/cloudPlugin.d.ts +3 -0
- package/dist/plugins/tools/cloud/cloudPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/cloud/cloudPlugin.js +14 -0
- package/dist/plugins/tools/cloud/cloudPlugin.js.map +1 -0
- package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.d.ts +3 -0
- package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.js +14 -0
- package/dist/plugins/tools/codeAnalysis/codeAnalysisPlugin.js.map +1 -0
- package/dist/plugins/tools/codeQuality/codeQualityPlugin.d.ts +3 -0
- package/dist/plugins/tools/codeQuality/codeQualityPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/codeQuality/codeQualityPlugin.js +14 -0
- package/dist/plugins/tools/codeQuality/codeQualityPlugin.js.map +1 -0
- package/dist/plugins/tools/dependency/dependencyPlugin.d.ts +3 -0
- package/dist/plugins/tools/dependency/dependencyPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/dependency/dependencyPlugin.js +12 -0
- package/dist/plugins/tools/dependency/dependencyPlugin.js.map +1 -0
- package/dist/plugins/tools/development/devPlugin.d.ts +3 -0
- package/dist/plugins/tools/development/devPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/development/devPlugin.js +14 -0
- package/dist/plugins/tools/development/devPlugin.js.map +1 -0
- package/dist/plugins/tools/edit/editPlugin.d.ts +9 -0
- package/dist/plugins/tools/edit/editPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/edit/editPlugin.js +15 -0
- package/dist/plugins/tools/edit/editPlugin.js.map +1 -0
- package/dist/plugins/tools/email/emailPlugin.d.ts +3 -0
- package/dist/plugins/tools/email/emailPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/email/emailPlugin.js +12 -0
- package/dist/plugins/tools/email/emailPlugin.js.map +1 -0
- package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.d.ts +3 -0
- package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.js +9 -0
- package/dist/plugins/tools/enhancedGit/enhancedGitPlugin.js.map +1 -0
- package/dist/plugins/tools/filesystem/localFilesystemPlugin.d.ts +3 -0
- package/dist/plugins/tools/filesystem/localFilesystemPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/filesystem/localFilesystemPlugin.js +14 -0
- package/dist/plugins/tools/filesystem/localFilesystemPlugin.js.map +1 -0
- package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.d.ts +3 -0
- package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.js +14 -0
- package/dist/plugins/tools/frontendTesting/frontendTestingPlugin.js.map +1 -0
- package/dist/plugins/tools/glob/globPlugin.d.ts +9 -0
- package/dist/plugins/tools/glob/globPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/glob/globPlugin.js +15 -0
- package/dist/plugins/tools/glob/globPlugin.js.map +1 -0
- package/dist/plugins/tools/index.d.ts +3 -0
- package/dist/plugins/tools/index.d.ts.map +1 -0
- package/dist/plugins/tools/index.js +3 -0
- package/dist/plugins/tools/index.js.map +1 -0
- package/dist/plugins/tools/interaction/interactionPlugin.d.ts +3 -0
- package/dist/plugins/tools/interaction/interactionPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/interaction/interactionPlugin.js +12 -0
- package/dist/plugins/tools/interaction/interactionPlugin.js.map +1 -0
- package/dist/plugins/tools/learn/learnPlugin.d.ts +3 -0
- package/dist/plugins/tools/learn/learnPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/learn/learnPlugin.js +14 -0
- package/dist/plugins/tools/learn/learnPlugin.js.map +1 -0
- package/dist/plugins/tools/mcp/mcpPlugin.d.ts +3 -0
- package/dist/plugins/tools/mcp/mcpPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/mcp/mcpPlugin.js +9 -0
- package/dist/plugins/tools/mcp/mcpPlugin.js.map +1 -0
- package/dist/plugins/tools/nodeDefaults.d.ts +2 -0
- package/dist/plugins/tools/nodeDefaults.d.ts.map +1 -0
- package/dist/plugins/tools/nodeDefaults.js +65 -0
- package/dist/plugins/tools/nodeDefaults.js.map +1 -0
- package/dist/plugins/tools/notebook/notebookPlugin.d.ts +9 -0
- package/dist/plugins/tools/notebook/notebookPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/notebook/notebookPlugin.js +15 -0
- package/dist/plugins/tools/notebook/notebookPlugin.js.map +1 -0
- package/dist/plugins/tools/planning/planningPlugin.d.ts +9 -0
- package/dist/plugins/tools/planning/planningPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/planning/planningPlugin.js +15 -0
- package/dist/plugins/tools/planning/planningPlugin.js.map +1 -0
- package/dist/plugins/tools/refactoring/refactoringPlugin.d.ts +3 -0
- package/dist/plugins/tools/refactoring/refactoringPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/refactoring/refactoringPlugin.js +12 -0
- package/dist/plugins/tools/refactoring/refactoringPlugin.js.map +1 -0
- package/dist/plugins/tools/registry.d.ts +22 -0
- package/dist/plugins/tools/registry.d.ts.map +1 -0
- package/dist/plugins/tools/registry.js +58 -0
- package/dist/plugins/tools/registry.js.map +1 -0
- package/dist/plugins/tools/search/localSearchPlugin.d.ts +3 -0
- package/dist/plugins/tools/search/localSearchPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/search/localSearchPlugin.js +14 -0
- package/dist/plugins/tools/search/localSearchPlugin.js.map +1 -0
- package/dist/plugins/tools/skills/skillPlugin.d.ts +3 -0
- package/dist/plugins/tools/skills/skillPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/skills/skillPlugin.js +9 -0
- package/dist/plugins/tools/skills/skillPlugin.js.map +1 -0
- package/dist/plugins/tools/taskManagement/taskManagementPlugin.d.ts +3 -0
- package/dist/plugins/tools/taskManagement/taskManagementPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/taskManagement/taskManagementPlugin.js +12 -0
- package/dist/plugins/tools/taskManagement/taskManagementPlugin.js.map +1 -0
- package/dist/plugins/tools/testing/testingPlugin.d.ts +3 -0
- package/dist/plugins/tools/testing/testingPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/testing/testingPlugin.js +12 -0
- package/dist/plugins/tools/testing/testingPlugin.js.map +1 -0
- package/dist/plugins/tools/validation/validationPlugin.d.ts +3 -0
- package/dist/plugins/tools/validation/validationPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/validation/validationPlugin.js +14 -0
- package/dist/plugins/tools/validation/validationPlugin.js.map +1 -0
- package/dist/plugins/tools/web/webPlugin.d.ts +3 -0
- package/dist/plugins/tools/web/webPlugin.d.ts.map +1 -0
- package/dist/plugins/tools/web/webPlugin.js +12 -0
- package/dist/plugins/tools/web/webPlugin.js.map +1 -0
- package/dist/providers/anthropicProvider.d.ts +41 -0
- package/dist/providers/anthropicProvider.d.ts.map +1 -0
- package/dist/providers/anthropicProvider.js +446 -0
- package/dist/providers/anthropicProvider.js.map +1 -0
- package/dist/providers/googleProvider.d.ts +36 -0
- package/dist/providers/googleProvider.d.ts.map +1 -0
- package/dist/providers/googleProvider.js +312 -0
- package/dist/providers/googleProvider.js.map +1 -0
- package/dist/providers/openaiChatCompletionsProvider.d.ts +43 -0
- package/dist/providers/openaiChatCompletionsProvider.d.ts.map +1 -0
- package/dist/providers/openaiChatCompletionsProvider.js +516 -0
- package/dist/providers/openaiChatCompletionsProvider.js.map +1 -0
- package/dist/providers/openaiResponsesProvider.d.ts +38 -0
- package/dist/providers/openaiResponsesProvider.d.ts.map +1 -0
- package/dist/providers/openaiResponsesProvider.js +364 -0
- package/dist/providers/openaiResponsesProvider.js.map +1 -0
- package/dist/providers/providerFactory.d.ts +18 -0
- package/dist/providers/providerFactory.d.ts.map +1 -0
- package/dist/providers/providerFactory.js +25 -0
- package/dist/providers/providerFactory.js.map +1 -0
- package/dist/providers/resilientProvider.d.ts +94 -0
- package/dist/providers/resilientProvider.d.ts.map +1 -0
- package/dist/providers/resilientProvider.js +370 -0
- package/dist/providers/resilientProvider.js.map +1 -0
- package/dist/runtime/agentController.d.ts +65 -0
- package/dist/runtime/agentController.d.ts.map +1 -0
- package/dist/runtime/agentController.js +353 -0
- package/dist/runtime/agentController.js.map +1 -0
- package/dist/runtime/agentHost.d.ts +61 -0
- package/dist/runtime/agentHost.d.ts.map +1 -0
- package/dist/runtime/agentHost.js +156 -0
- package/dist/runtime/agentHost.js.map +1 -0
- package/dist/runtime/agentSession.d.ts +40 -0
- package/dist/runtime/agentSession.d.ts.map +1 -0
- package/dist/runtime/agentSession.js +205 -0
- package/dist/runtime/agentSession.js.map +1 -0
- package/dist/runtime/browser.d.ts +7 -0
- package/dist/runtime/browser.d.ts.map +1 -0
- package/dist/runtime/browser.js +10 -0
- package/dist/runtime/browser.js.map +1 -0
- package/dist/runtime/cloud.d.ts +7 -0
- package/dist/runtime/cloud.d.ts.map +1 -0
- package/dist/runtime/cloud.js +10 -0
- package/dist/runtime/cloud.js.map +1 -0
- package/dist/runtime/node.d.ts +8 -0
- package/dist/runtime/node.d.ts.map +1 -0
- package/dist/runtime/node.js +11 -0
- package/dist/runtime/node.js.map +1 -0
- package/dist/runtime/universal.d.ts +21 -0
- package/dist/runtime/universal.d.ts.map +1 -0
- package/dist/runtime/universal.js +29 -0
- package/dist/runtime/universal.js.map +1 -0
- package/dist/shell/autoExecutor.d.ts +70 -0
- package/dist/shell/autoExecutor.d.ts.map +1 -0
- package/dist/shell/autoExecutor.js +288 -0
- package/dist/shell/autoExecutor.js.map +1 -0
- package/dist/shell/composableMessage.d.ts +183 -0
- package/dist/shell/composableMessage.d.ts.map +1 -0
- package/dist/shell/composableMessage.js +420 -0
- package/dist/shell/composableMessage.js.map +1 -0
- package/dist/shell/fileChangeTracker.d.ts +39 -0
- package/dist/shell/fileChangeTracker.d.ts.map +1 -0
- package/dist/shell/fileChangeTracker.js +64 -0
- package/dist/shell/fileChangeTracker.js.map +1 -0
- package/dist/shell/interactiveShell.d.ts +517 -0
- package/dist/shell/interactiveShell.d.ts.map +1 -0
- package/dist/shell/interactiveShell.js +6641 -0
- package/dist/shell/interactiveShell.js.map +1 -0
- package/dist/shell/liveStatus.d.ts +30 -0
- package/dist/shell/liveStatus.d.ts.map +1 -0
- package/dist/shell/liveStatus.js +102 -0
- package/dist/shell/liveStatus.js.map +1 -0
- package/dist/shell/shellApp.d.ts +19 -0
- package/dist/shell/shellApp.d.ts.map +1 -0
- package/dist/shell/shellApp.js +411 -0
- package/dist/shell/shellApp.js.map +1 -0
- package/dist/shell/systemPrompt.d.ts +3 -0
- package/dist/shell/systemPrompt.d.ts.map +1 -0
- package/dist/shell/systemPrompt.js +64 -0
- package/dist/shell/systemPrompt.js.map +1 -0
- package/dist/shell/taskCompletionDetector.d.ts +106 -0
- package/dist/shell/taskCompletionDetector.d.ts.map +1 -0
- package/dist/shell/taskCompletionDetector.js +402 -0
- package/dist/shell/taskCompletionDetector.js.map +1 -0
- package/dist/shell/vimMode.d.ts +66 -0
- package/dist/shell/vimMode.d.ts.map +1 -0
- package/dist/shell/vimMode.js +434 -0
- package/dist/shell/vimMode.js.map +1 -0
- package/dist/skills/skillRepository.d.ts +103 -0
- package/dist/skills/skillRepository.d.ts.map +1 -0
- package/dist/skills/skillRepository.js +237 -0
- package/dist/skills/skillRepository.js.map +1 -0
- package/dist/skills/types.d.ts +37 -0
- package/dist/skills/types.d.ts.map +1 -0
- package/dist/skills/types.js +2 -0
- package/dist/skills/types.js.map +1 -0
- package/dist/subagents/agentConfig.d.ts +27 -0
- package/dist/subagents/agentConfig.d.ts.map +1 -0
- package/dist/subagents/agentConfig.js +89 -0
- package/dist/subagents/agentConfig.js.map +1 -0
- package/dist/subagents/agentRegistry.d.ts +33 -0
- package/dist/subagents/agentRegistry.d.ts.map +1 -0
- package/dist/subagents/agentRegistry.js +162 -0
- package/dist/subagents/agentRegistry.js.map +1 -0
- package/dist/subagents/parallelAgentManager.d.ts +99 -0
- package/dist/subagents/parallelAgentManager.d.ts.map +1 -0
- package/dist/subagents/parallelAgentManager.js +248 -0
- package/dist/subagents/parallelAgentManager.js.map +1 -0
- package/dist/subagents/taskRunner.d.ts +34 -0
- package/dist/subagents/taskRunner.d.ts.map +1 -0
- package/dist/subagents/taskRunner.js +459 -0
- package/dist/subagents/taskRunner.js.map +1 -0
- package/dist/tools/advancedTestGenerationTools.d.ts +21 -0
- package/dist/tools/advancedTestGenerationTools.d.ts.map +1 -0
- package/dist/tools/advancedTestGenerationTools.js +301 -0
- package/dist/tools/advancedTestGenerationTools.js.map +1 -0
- package/dist/tools/backgroundBashTools.d.ts +21 -0
- package/dist/tools/backgroundBashTools.d.ts.map +1 -0
- package/dist/tools/backgroundBashTools.js +215 -0
- package/dist/tools/backgroundBashTools.js.map +1 -0
- package/dist/tools/bashTools.d.ts +8 -0
- package/dist/tools/bashTools.d.ts.map +1 -0
- package/dist/tools/bashTools.js +240 -0
- package/dist/tools/bashTools.js.map +1 -0
- package/dist/tools/browserAutomationTools.d.ts +23 -0
- package/dist/tools/browserAutomationTools.d.ts.map +1 -0
- package/dist/tools/browserAutomationTools.js +916 -0
- package/dist/tools/browserAutomationTools.js.map +1 -0
- package/dist/tools/buildTools.d.ts +9 -0
- package/dist/tools/buildTools.d.ts.map +1 -0
- package/dist/tools/buildTools.js +344 -0
- package/dist/tools/buildTools.js.map +1 -0
- package/dist/tools/cloudTools.d.ts +49 -0
- package/dist/tools/cloudTools.d.ts.map +1 -0
- package/dist/tools/cloudTools.js +1258 -0
- package/dist/tools/cloudTools.js.map +1 -0
- package/dist/tools/code-quality-dashboard.d.ts +57 -0
- package/dist/tools/code-quality-dashboard.d.ts.map +1 -0
- package/dist/tools/code-quality-dashboard.js +218 -0
- package/dist/tools/code-quality-dashboard.js.map +1 -0
- package/dist/tools/codeAnalysisTools.d.ts +74 -0
- package/dist/tools/codeAnalysisTools.d.ts.map +1 -0
- package/dist/tools/codeAnalysisTools.js +664 -0
- package/dist/tools/codeAnalysisTools.js.map +1 -0
- package/dist/tools/codeGenerationTools.d.ts +3 -0
- package/dist/tools/codeGenerationTools.d.ts.map +1 -0
- package/dist/tools/codeGenerationTools.js +439 -0
- package/dist/tools/codeGenerationTools.js.map +1 -0
- package/dist/tools/codeQualityTools.d.ts +3 -0
- package/dist/tools/codeQualityTools.d.ts.map +1 -0
- package/dist/tools/codeQualityTools.js +296 -0
- package/dist/tools/codeQualityTools.js.map +1 -0
- package/dist/tools/dependencyTools.d.ts +3 -0
- package/dist/tools/dependencyTools.d.ts.map +1 -0
- package/dist/tools/dependencyTools.js +283 -0
- package/dist/tools/dependencyTools.js.map +1 -0
- package/dist/tools/devTools.d.ts +10 -0
- package/dist/tools/devTools.d.ts.map +1 -0
- package/dist/tools/devTools.js +2125 -0
- package/dist/tools/devTools.js.map +1 -0
- package/dist/tools/diffUtils.d.ts +36 -0
- package/dist/tools/diffUtils.d.ts.map +1 -0
- package/dist/tools/diffUtils.js +528 -0
- package/dist/tools/diffUtils.js.map +1 -0
- package/dist/tools/editTools.d.ts +29 -0
- package/dist/tools/editTools.d.ts.map +1 -0
- package/dist/tools/editTools.js +419 -0
- package/dist/tools/editTools.js.map +1 -0
- package/dist/tools/emailTools.d.ts +21 -0
- package/dist/tools/emailTools.d.ts.map +1 -0
- package/dist/tools/emailTools.js +449 -0
- package/dist/tools/emailTools.js.map +1 -0
- package/dist/tools/enhancedCodeIntelligenceTools.d.ts +27 -0
- package/dist/tools/enhancedCodeIntelligenceTools.d.ts.map +1 -0
- package/dist/tools/enhancedCodeIntelligenceTools.js +418 -0
- package/dist/tools/enhancedCodeIntelligenceTools.js.map +1 -0
- package/dist/tools/enhancedDevWorkflowTools.d.ts +15 -0
- package/dist/tools/enhancedDevWorkflowTools.d.ts.map +1 -0
- package/dist/tools/enhancedDevWorkflowTools.js +303 -0
- package/dist/tools/enhancedDevWorkflowTools.js.map +1 -0
- package/dist/tools/fileTools.d.ts +3 -0
- package/dist/tools/fileTools.d.ts.map +1 -0
- package/dist/tools/fileTools.js +334 -0
- package/dist/tools/fileTools.js.map +1 -0
- package/dist/tools/frontendTestingTools.d.ts +35 -0
- package/dist/tools/frontendTestingTools.d.ts.map +1 -0
- package/dist/tools/frontendTestingTools.js +1254 -0
- package/dist/tools/frontendTestingTools.js.map +1 -0
- package/dist/tools/globTools.d.ts +15 -0
- package/dist/tools/globTools.d.ts.map +1 -0
- package/dist/tools/globTools.js +174 -0
- package/dist/tools/globTools.js.map +1 -0
- package/dist/tools/grepTools.d.ts +19 -0
- package/dist/tools/grepTools.d.ts.map +1 -0
- package/dist/tools/grepTools.js +358 -0
- package/dist/tools/grepTools.js.map +1 -0
- package/dist/tools/interactionTools.d.ts +13 -0
- package/dist/tools/interactionTools.d.ts.map +1 -0
- package/dist/tools/interactionTools.js +171 -0
- package/dist/tools/interactionTools.js.map +1 -0
- package/dist/tools/learnTools.d.ts +164 -0
- package/dist/tools/learnTools.d.ts.map +1 -0
- package/dist/tools/learnTools.js +2104 -0
- package/dist/tools/learnTools.js.map +1 -0
- package/dist/tools/localExplore.d.ts +225 -0
- package/dist/tools/localExplore.d.ts.map +1 -0
- package/dist/tools/localExplore.js +1365 -0
- package/dist/tools/localExplore.js.map +1 -0
- package/dist/tools/notebookEditTools.d.ts +15 -0
- package/dist/tools/notebookEditTools.d.ts.map +1 -0
- package/dist/tools/notebookEditTools.js +197 -0
- package/dist/tools/notebookEditTools.js.map +1 -0
- package/dist/tools/planningTools.d.ts +21 -0
- package/dist/tools/planningTools.d.ts.map +1 -0
- package/dist/tools/planningTools.js +185 -0
- package/dist/tools/planningTools.js.map +1 -0
- package/dist/tools/refactoringTools.d.ts +3 -0
- package/dist/tools/refactoringTools.d.ts.map +1 -0
- package/dist/tools/refactoringTools.js +294 -0
- package/dist/tools/refactoringTools.js.map +1 -0
- package/dist/tools/repoChecksTools.d.ts +3 -0
- package/dist/tools/repoChecksTools.d.ts.map +1 -0
- package/dist/tools/repoChecksTools.js +161 -0
- package/dist/tools/repoChecksTools.js.map +1 -0
- package/dist/tools/searchTools.d.ts +3 -0
- package/dist/tools/searchTools.d.ts.map +1 -0
- package/dist/tools/searchTools.js +241 -0
- package/dist/tools/searchTools.js.map +1 -0
- package/dist/tools/skillTools.d.ts +8 -0
- package/dist/tools/skillTools.d.ts.map +1 -0
- package/dist/tools/skillTools.js +178 -0
- package/dist/tools/skillTools.js.map +1 -0
- package/dist/tools/softwareEngineeringTools.d.ts +7 -0
- package/dist/tools/softwareEngineeringTools.d.ts.map +1 -0
- package/dist/tools/softwareEngineeringTools.js +338 -0
- package/dist/tools/softwareEngineeringTools.js.map +1 -0
- package/dist/tools/taskManagementTools.d.ts +10 -0
- package/dist/tools/taskManagementTools.d.ts.map +1 -0
- package/dist/tools/taskManagementTools.js +157 -0
- package/dist/tools/taskManagementTools.js.map +1 -0
- package/dist/tools/testingTools.d.ts +3 -0
- package/dist/tools/testingTools.d.ts.map +1 -0
- package/dist/tools/testingTools.js +233 -0
- package/dist/tools/testingTools.js.map +1 -0
- package/dist/tools/validationTools.d.ts +7 -0
- package/dist/tools/validationTools.d.ts.map +1 -0
- package/dist/tools/validationTools.js +344 -0
- package/dist/tools/validationTools.js.map +1 -0
- package/dist/tools/webTools.d.ts +3 -0
- package/dist/tools/webTools.d.ts.map +1 -0
- package/dist/tools/webTools.js +502 -0
- package/dist/tools/webTools.js.map +1 -0
- package/dist/ui/DisplayEventQueue.d.ts +99 -0
- package/dist/ui/DisplayEventQueue.d.ts.map +1 -0
- package/dist/ui/DisplayEventQueue.js +167 -0
- package/dist/ui/DisplayEventQueue.js.map +1 -0
- package/dist/ui/PromptController.d.ts +121 -0
- package/dist/ui/PromptController.d.ts.map +1 -0
- package/dist/ui/PromptController.js +212 -0
- package/dist/ui/PromptController.js.map +1 -0
- package/dist/ui/SequentialRenderer.d.ts +69 -0
- package/dist/ui/SequentialRenderer.d.ts.map +1 -0
- package/dist/ui/SequentialRenderer.js +137 -0
- package/dist/ui/SequentialRenderer.js.map +1 -0
- package/dist/ui/ShellUIAdapter.d.ts +207 -0
- package/dist/ui/ShellUIAdapter.d.ts.map +1 -0
- package/dist/ui/ShellUIAdapter.js +1163 -0
- package/dist/ui/ShellUIAdapter.js.map +1 -0
- package/dist/ui/UnifiedUIController.d.ts +82 -0
- package/dist/ui/UnifiedUIController.d.ts.map +1 -0
- package/dist/ui/UnifiedUIController.js +207 -0
- package/dist/ui/UnifiedUIController.js.map +1 -0
- package/dist/ui/UnifiedUIRenderer.d.ts +188 -0
- package/dist/ui/UnifiedUIRenderer.d.ts.map +1 -0
- package/dist/ui/UnifiedUIRenderer.js +588 -0
- package/dist/ui/UnifiedUIRenderer.js.map +1 -0
- package/dist/ui/animation/AnimationScheduler.d.ts +192 -0
- package/dist/ui/animation/AnimationScheduler.d.ts.map +1 -0
- package/dist/ui/animation/AnimationScheduler.js +432 -0
- package/dist/ui/animation/AnimationScheduler.js.map +1 -0
- package/dist/ui/codeHighlighter.d.ts +6 -0
- package/dist/ui/codeHighlighter.d.ts.map +1 -0
- package/dist/ui/codeHighlighter.js +855 -0
- package/dist/ui/codeHighlighter.js.map +1 -0
- package/dist/ui/compactRenderer.d.ts +139 -0
- package/dist/ui/compactRenderer.d.ts.map +1 -0
- package/dist/ui/compactRenderer.js +398 -0
- package/dist/ui/compactRenderer.js.map +1 -0
- package/dist/ui/designSystem.d.ts +26 -0
- package/dist/ui/designSystem.d.ts.map +1 -0
- package/dist/ui/designSystem.js +122 -0
- package/dist/ui/designSystem.js.map +1 -0
- package/dist/ui/display.d.ts +229 -0
- package/dist/ui/display.d.ts.map +1 -0
- package/dist/ui/display.js +756 -0
- package/dist/ui/display.js.map +1 -0
- package/dist/ui/errorFormatter.d.ts +54 -0
- package/dist/ui/errorFormatter.d.ts.map +1 -0
- package/dist/ui/errorFormatter.js +251 -0
- package/dist/ui/errorFormatter.js.map +1 -0
- package/dist/ui/globalWriteLock.d.ts +38 -0
- package/dist/ui/globalWriteLock.d.ts.map +1 -0
- package/dist/ui/globalWriteLock.js +54 -0
- package/dist/ui/globalWriteLock.js.map +1 -0
- package/dist/ui/inPlaceUpdater.d.ts +181 -0
- package/dist/ui/inPlaceUpdater.d.ts.map +1 -0
- package/dist/ui/inPlaceUpdater.js +515 -0
- package/dist/ui/inPlaceUpdater.js.map +1 -0
- package/dist/ui/interrupts/InterruptManager.d.ts +142 -0
- package/dist/ui/interrupts/InterruptManager.d.ts.map +1 -0
- package/dist/ui/interrupts/InterruptManager.js +439 -0
- package/dist/ui/interrupts/InterruptManager.js.map +1 -0
- package/dist/ui/layout.d.ts +17 -0
- package/dist/ui/layout.d.ts.map +1 -0
- package/dist/ui/layout.js +140 -0
- package/dist/ui/layout.js.map +1 -0
- package/dist/ui/orchestration/StatusOrchestrator.d.ts +156 -0
- package/dist/ui/orchestration/StatusOrchestrator.d.ts.map +1 -0
- package/dist/ui/orchestration/StatusOrchestrator.js +406 -0
- package/dist/ui/orchestration/StatusOrchestrator.js.map +1 -0
- package/dist/ui/orchestration/UIUpdateCoordinator.d.ts +77 -0
- package/dist/ui/orchestration/UIUpdateCoordinator.d.ts.map +1 -0
- package/dist/ui/orchestration/UIUpdateCoordinator.js +265 -0
- package/dist/ui/orchestration/UIUpdateCoordinator.js.map +1 -0
- package/dist/ui/outputMode.d.ts +22 -0
- package/dist/ui/outputMode.d.ts.map +1 -0
- package/dist/ui/outputMode.js +40 -0
- package/dist/ui/outputMode.js.map +1 -0
- package/dist/ui/richText.d.ts +6 -0
- package/dist/ui/richText.d.ts.map +1 -0
- package/dist/ui/richText.js +391 -0
- package/dist/ui/richText.js.map +1 -0
- package/dist/ui/shortcutsHelp.d.ts +39 -0
- package/dist/ui/shortcutsHelp.d.ts.map +1 -0
- package/dist/ui/shortcutsHelp.js +152 -0
- package/dist/ui/shortcutsHelp.js.map +1 -0
- package/dist/ui/streamingFormatter.d.ts +19 -0
- package/dist/ui/streamingFormatter.d.ts.map +1 -0
- package/dist/ui/streamingFormatter.js +65 -0
- package/dist/ui/streamingFormatter.js.map +1 -0
- package/dist/ui/telemetry/ResponseTracker.d.ts +22 -0
- package/dist/ui/telemetry/ResponseTracker.d.ts.map +1 -0
- package/dist/ui/telemetry/ResponseTracker.js +60 -0
- package/dist/ui/telemetry/ResponseTracker.js.map +1 -0
- package/dist/ui/telemetry/UITelemetry.d.ts +181 -0
- package/dist/ui/telemetry/UITelemetry.d.ts.map +1 -0
- package/dist/ui/telemetry/UITelemetry.js +446 -0
- package/dist/ui/telemetry/UITelemetry.js.map +1 -0
- package/dist/ui/textHighlighter.d.ts +83 -0
- package/dist/ui/textHighlighter.d.ts.map +1 -0
- package/dist/ui/textHighlighter.js +267 -0
- package/dist/ui/textHighlighter.js.map +1 -0
- package/dist/ui/theme.d.ts +208 -0
- package/dist/ui/theme.d.ts.map +1 -0
- package/dist/ui/theme.js +249 -0
- package/dist/ui/theme.js.map +1 -0
- package/dist/ui/toolDisplay.d.ts +195 -0
- package/dist/ui/toolDisplay.d.ts.map +1 -0
- package/dist/ui/toolDisplay.js +1526 -0
- package/dist/ui/toolDisplay.js.map +1 -0
- package/dist/ui/unified/index.d.ts +50 -0
- package/dist/ui/unified/index.d.ts.map +1 -0
- package/dist/ui/unified/index.js +77 -0
- package/dist/ui/unified/index.js.map +1 -0
- package/dist/ui/unified/layout.d.ts +12 -0
- package/dist/ui/unified/layout.d.ts.map +1 -0
- package/dist/ui/unified/layout.js +96 -0
- package/dist/ui/unified/layout.js.map +1 -0
- package/dist/ui/writeLock.d.ts +65 -0
- package/dist/ui/writeLock.d.ts.map +1 -0
- package/dist/ui/writeLock.js +114 -0
- package/dist/ui/writeLock.js.map +1 -0
- package/dist/utils/asyncUtils.d.ts +95 -0
- package/dist/utils/asyncUtils.d.ts.map +1 -0
- package/dist/utils/asyncUtils.js +286 -0
- package/dist/utils/asyncUtils.js.map +1 -0
- package/dist/utils/errorUtils.d.ts +16 -0
- package/dist/utils/errorUtils.d.ts.map +1 -0
- package/dist/utils/errorUtils.js +66 -0
- package/dist/utils/errorUtils.js.map +1 -0
- package/dist/utils/frontmatter.d.ts +10 -0
- package/dist/utils/frontmatter.d.ts.map +1 -0
- package/dist/utils/frontmatter.js +78 -0
- package/dist/utils/frontmatter.js.map +1 -0
- package/dist/utils/planFormatter.d.ts +34 -0
- package/dist/utils/planFormatter.d.ts.map +1 -0
- package/dist/utils/planFormatter.js +140 -0
- package/dist/utils/planFormatter.js.map +1 -0
- package/dist/workspace.d.ts +8 -0
- package/dist/workspace.d.ts.map +1 -0
- package/dist/workspace.js +107 -0
- package/dist/workspace.js.map +1 -0
- package/dist/workspace.validator.d.ts +49 -0
- package/dist/workspace.validator.d.ts.map +1 -0
- package/dist/workspace.validator.js +214 -0
- package/dist/workspace.validator.js.map +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,678 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Intelligent Test Flow Generator
|
|
3
|
+
*
|
|
4
|
+
* Creates highly complex, intelligent test flows for runtime verification:
|
|
5
|
+
* - Edge case detection and generation
|
|
6
|
+
* - State machine exploration
|
|
7
|
+
* - Fuzzing with smart mutations
|
|
8
|
+
* - Regression test generation
|
|
9
|
+
* - UI interaction simulation
|
|
10
|
+
*
|
|
11
|
+
* Principal Investigator: Bo Shang
|
|
12
|
+
*/
|
|
13
|
+
import { existsSync, readFileSync, writeFileSync, mkdirSync, readdirSync } from 'node:fs';
|
|
14
|
+
import { join, basename, relative } from 'node:path';
|
|
15
|
+
import { homedir } from 'node:os';
|
|
16
|
+
// ============================================================================
|
|
17
|
+
// CONSTANTS
|
|
18
|
+
// ============================================================================
|
|
19
|
+
const TEST_FLOWS_DIR = join(homedir(), '.erosolar', 'test-flows');
|
|
20
|
+
const BUG_REPORTS_DIR = join(homedir(), '.erosolar', 'bug-reports');
|
|
21
|
+
const UI_UPDATES_FILE = join(homedir(), '.erosolar', 'ui-updates.json');
|
|
22
|
+
// Edge case categories
|
|
23
|
+
const EDGE_CASE_CATEGORIES = {
|
|
24
|
+
boundary: ['empty', 'null', 'undefined', 'zero', 'negative', 'max-int', 'min-int', 'overflow'],
|
|
25
|
+
string: ['empty-string', 'whitespace', 'unicode', 'emoji', 'very-long', 'special-chars', 'html-injection', 'sql-injection'],
|
|
26
|
+
array: ['empty-array', 'single-item', 'large-array', 'nested', 'circular-ref', 'mixed-types'],
|
|
27
|
+
async: ['timeout', 'race-condition', 'concurrent', 'retry-exhausted', 'network-error'],
|
|
28
|
+
state: ['uninitialized', 'partially-initialized', 'corrupted', 'stale', 'locked'],
|
|
29
|
+
file: ['not-found', 'permission-denied', 'corrupted', 'locked', 'symlink', 'very-large'],
|
|
30
|
+
};
|
|
31
|
+
// ============================================================================
|
|
32
|
+
// EDGE CASE GENERATOR
|
|
33
|
+
// ============================================================================
|
|
34
|
+
/**
|
|
35
|
+
* Generate edge cases for a given function/component
|
|
36
|
+
*/
|
|
37
|
+
export function generateEdgeCases(targetName, paramTypes) {
|
|
38
|
+
const edgeCases = [];
|
|
39
|
+
let idCounter = 0;
|
|
40
|
+
for (const [param, type] of Object.entries(paramTypes)) {
|
|
41
|
+
const cases = getEdgeCasesForType(type);
|
|
42
|
+
for (const edgeCase of cases) {
|
|
43
|
+
edgeCases.push({
|
|
44
|
+
id: `${targetName}_edge_${++idCounter}`,
|
|
45
|
+
category: edgeCase.category,
|
|
46
|
+
description: `${param}: ${edgeCase.description}`,
|
|
47
|
+
input: { [param]: edgeCase.value },
|
|
48
|
+
expectedBehavior: edgeCase.expectedBehavior,
|
|
49
|
+
severity: edgeCase.severity,
|
|
50
|
+
detected: false,
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
return edgeCases;
|
|
55
|
+
}
|
|
56
|
+
function getEdgeCasesForType(type) {
|
|
57
|
+
const cases = [];
|
|
58
|
+
switch (type.toLowerCase()) {
|
|
59
|
+
case 'string':
|
|
60
|
+
cases.push({ category: 'boundary', description: 'empty string', value: '', expectedBehavior: 'Handle gracefully', severity: 'medium' }, { category: 'boundary', description: 'null', value: null, expectedBehavior: 'Reject or default', severity: 'high' }, { category: 'string', description: 'whitespace only', value: ' ', expectedBehavior: 'Trim or reject', severity: 'low' }, { category: 'string', description: 'unicode', value: '你好世界🌍', expectedBehavior: 'Handle correctly', severity: 'medium' }, { category: 'string', description: 'very long', value: 'x'.repeat(10000), expectedBehavior: 'Truncate or reject', severity: 'high' }, { category: 'string', description: 'special chars', value: '<script>alert(1)</script>', expectedBehavior: 'Escape or reject', severity: 'critical' }, { category: 'string', description: 'path traversal', value: '../../../etc/passwd', expectedBehavior: 'Reject', severity: 'critical' });
|
|
61
|
+
break;
|
|
62
|
+
case 'number':
|
|
63
|
+
cases.push({ category: 'boundary', description: 'zero', value: 0, expectedBehavior: 'Handle zero case', severity: 'medium' }, { category: 'boundary', description: 'negative', value: -1, expectedBehavior: 'Validate range', severity: 'medium' }, { category: 'boundary', description: 'max safe int', value: Number.MAX_SAFE_INTEGER, expectedBehavior: 'Handle large numbers', severity: 'high' }, { category: 'boundary', description: 'infinity', value: Infinity, expectedBehavior: 'Reject or handle', severity: 'high' }, { category: 'boundary', description: 'NaN', value: NaN, expectedBehavior: 'Reject NaN', severity: 'high' }, { category: 'boundary', description: 'float precision', value: 0.1 + 0.2, expectedBehavior: 'Handle float precision', severity: 'low' });
|
|
64
|
+
break;
|
|
65
|
+
case 'array':
|
|
66
|
+
cases.push({ category: 'array', description: 'empty array', value: [], expectedBehavior: 'Handle empty', severity: 'medium' }, { category: 'array', description: 'single item', value: [1], expectedBehavior: 'Handle single', severity: 'low' }, { category: 'array', description: 'large array', value: Array(10000).fill(0), expectedBehavior: 'Handle efficiently', severity: 'high' }, { category: 'array', description: 'null in array', value: [1, null, 3], expectedBehavior: 'Filter or handle', severity: 'medium' }, { category: 'array', description: 'undefined in array', value: [1, undefined, 3], expectedBehavior: 'Filter or handle', severity: 'medium' });
|
|
67
|
+
break;
|
|
68
|
+
case 'object':
|
|
69
|
+
cases.push({ category: 'boundary', description: 'null object', value: null, expectedBehavior: 'Reject or default', severity: 'high' }, { category: 'boundary', description: 'empty object', value: {}, expectedBehavior: 'Handle empty', severity: 'medium' }, { category: 'state', description: 'missing required', value: { partial: true }, expectedBehavior: 'Validate schema', severity: 'high' }, { category: 'array', description: 'deeply nested', value: { a: { b: { c: { d: { e: {} } } } } }, expectedBehavior: 'Handle depth', severity: 'medium' });
|
|
70
|
+
break;
|
|
71
|
+
default:
|
|
72
|
+
cases.push({ category: 'boundary', description: 'null', value: null, expectedBehavior: 'Handle null', severity: 'high' }, { category: 'boundary', description: 'undefined', value: undefined, expectedBehavior: 'Handle undefined', severity: 'high' });
|
|
73
|
+
}
|
|
74
|
+
return cases;
|
|
75
|
+
}
|
|
76
|
+
// ============================================================================
|
|
77
|
+
// TEST FLOW GENERATOR
|
|
78
|
+
// ============================================================================
|
|
79
|
+
/**
|
|
80
|
+
* Generate intelligent test flows for a component
|
|
81
|
+
*/
|
|
82
|
+
export function generateTestFlows(workingDir, targetPath) {
|
|
83
|
+
const flows = [];
|
|
84
|
+
const fullPath = join(workingDir, targetPath);
|
|
85
|
+
if (!existsSync(fullPath)) {
|
|
86
|
+
return flows;
|
|
87
|
+
}
|
|
88
|
+
const content = readFileSync(fullPath, 'utf-8');
|
|
89
|
+
const fileName = basename(targetPath, '.ts');
|
|
90
|
+
// Extract function signatures
|
|
91
|
+
const functionMatches = content.matchAll(/(?:export\s+)?(?:async\s+)?function\s+(\w+)\s*\(([^)]*)\)/g);
|
|
92
|
+
for (const match of functionMatches) {
|
|
93
|
+
const funcName = match[1];
|
|
94
|
+
const params = parseParams(match[2] ?? '');
|
|
95
|
+
// Generate basic flow
|
|
96
|
+
flows.push(createBasicTestFlow(fileName, funcName, params));
|
|
97
|
+
// Generate edge case flows
|
|
98
|
+
flows.push(...createEdgeCaseFlows(fileName, funcName, params));
|
|
99
|
+
// Generate stress test flow
|
|
100
|
+
if (params.length > 0) {
|
|
101
|
+
flows.push(createStressTestFlow(fileName, funcName, params));
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
// Extract class methods
|
|
105
|
+
const classMatches = content.matchAll(/(?:async\s+)?(\w+)\s*\(([^)]*)\)\s*(?::\s*[^{]+)?\s*\{/g);
|
|
106
|
+
for (const match of classMatches) {
|
|
107
|
+
const methodName = match[1];
|
|
108
|
+
if (methodName === 'constructor' || methodName.startsWith('_'))
|
|
109
|
+
continue;
|
|
110
|
+
const params = parseParams(match[2] ?? '');
|
|
111
|
+
flows.push(createBasicTestFlow(fileName, methodName, params));
|
|
112
|
+
}
|
|
113
|
+
return flows;
|
|
114
|
+
}
|
|
115
|
+
function parseParams(paramStr) {
|
|
116
|
+
if (!paramStr.trim())
|
|
117
|
+
return [];
|
|
118
|
+
const params = [];
|
|
119
|
+
const parts = paramStr.split(',');
|
|
120
|
+
for (const part of parts) {
|
|
121
|
+
const match = part.match(/(\w+)\s*[?]?\s*:\s*([^=,]+)/);
|
|
122
|
+
if (match) {
|
|
123
|
+
params.push({
|
|
124
|
+
name: match[1].trim(),
|
|
125
|
+
type: match[2].trim(),
|
|
126
|
+
});
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
return params;
|
|
130
|
+
}
|
|
131
|
+
function createBasicTestFlow(fileName, funcName, params) {
|
|
132
|
+
const steps = [];
|
|
133
|
+
// Setup step
|
|
134
|
+
steps.push({
|
|
135
|
+
order: 1,
|
|
136
|
+
action: 'setup',
|
|
137
|
+
input: {},
|
|
138
|
+
assertions: [],
|
|
139
|
+
});
|
|
140
|
+
// Execution step
|
|
141
|
+
const input = {};
|
|
142
|
+
for (const param of params) {
|
|
143
|
+
input[param.name] = getDefaultValue(param.type);
|
|
144
|
+
}
|
|
145
|
+
steps.push({
|
|
146
|
+
order: 2,
|
|
147
|
+
action: `call ${funcName}`,
|
|
148
|
+
input,
|
|
149
|
+
assertions: [
|
|
150
|
+
{ type: 'resolves', target: 'result', message: 'Function should complete' },
|
|
151
|
+
],
|
|
152
|
+
});
|
|
153
|
+
// Verification step
|
|
154
|
+
steps.push({
|
|
155
|
+
order: 3,
|
|
156
|
+
action: 'verify',
|
|
157
|
+
assertions: [
|
|
158
|
+
{ type: 'truthy', target: 'result', message: 'Result should be defined' },
|
|
159
|
+
],
|
|
160
|
+
});
|
|
161
|
+
return {
|
|
162
|
+
id: `${fileName}_${funcName}_basic`,
|
|
163
|
+
name: `${funcName} - Basic Test`,
|
|
164
|
+
description: `Verify basic functionality of ${funcName}`,
|
|
165
|
+
category: 'unit',
|
|
166
|
+
steps,
|
|
167
|
+
preconditions: ['Module is loaded'],
|
|
168
|
+
postconditions: ['No side effects'],
|
|
169
|
+
expectedOutcome: 'Function executes successfully',
|
|
170
|
+
complexity: 'simple',
|
|
171
|
+
priority: 50,
|
|
172
|
+
generatedAt: new Date().toISOString(),
|
|
173
|
+
};
|
|
174
|
+
}
|
|
175
|
+
function createEdgeCaseFlows(fileName, funcName, params) {
|
|
176
|
+
const flows = [];
|
|
177
|
+
for (const param of params) {
|
|
178
|
+
const edgeCases = getEdgeCasesForType(param.type);
|
|
179
|
+
for (const edge of edgeCases.slice(0, 3)) { // Limit to top 3 per param
|
|
180
|
+
const steps = [
|
|
181
|
+
{
|
|
182
|
+
order: 1,
|
|
183
|
+
action: `call ${funcName} with ${edge.description}`,
|
|
184
|
+
input: { [param.name]: edge.value },
|
|
185
|
+
assertions: [
|
|
186
|
+
{ type: edge.severity === 'critical' ? 'throws' : 'resolves', target: 'result' },
|
|
187
|
+
],
|
|
188
|
+
},
|
|
189
|
+
];
|
|
190
|
+
flows.push({
|
|
191
|
+
id: `${fileName}_${funcName}_edge_${param.name}_${edge.category}`,
|
|
192
|
+
name: `${funcName} - Edge: ${edge.description}`,
|
|
193
|
+
description: `Test ${funcName} with ${edge.description} for ${param.name}`,
|
|
194
|
+
category: 'edge-case',
|
|
195
|
+
steps,
|
|
196
|
+
preconditions: [],
|
|
197
|
+
postconditions: [],
|
|
198
|
+
expectedOutcome: edge.expectedBehavior,
|
|
199
|
+
complexity: 'moderate',
|
|
200
|
+
priority: edge.severity === 'critical' ? 90 : edge.severity === 'high' ? 70 : 50,
|
|
201
|
+
generatedAt: new Date().toISOString(),
|
|
202
|
+
});
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
return flows;
|
|
206
|
+
}
|
|
207
|
+
function createStressTestFlow(fileName, funcName, params) {
|
|
208
|
+
const iterations = 1000;
|
|
209
|
+
const steps = [];
|
|
210
|
+
for (let i = 0; i < 5; i++) {
|
|
211
|
+
const input = {};
|
|
212
|
+
for (const param of params) {
|
|
213
|
+
input[param.name] = getRandomValue(param.type);
|
|
214
|
+
}
|
|
215
|
+
steps.push({
|
|
216
|
+
order: i + 1,
|
|
217
|
+
action: `stress iteration ${i + 1}`,
|
|
218
|
+
input,
|
|
219
|
+
timeout: 5000,
|
|
220
|
+
assertions: [
|
|
221
|
+
{ type: 'resolves', target: 'result' },
|
|
222
|
+
],
|
|
223
|
+
});
|
|
224
|
+
}
|
|
225
|
+
return {
|
|
226
|
+
id: `${fileName}_${funcName}_stress`,
|
|
227
|
+
name: `${funcName} - Stress Test`,
|
|
228
|
+
description: `Stress test ${funcName} with random inputs`,
|
|
229
|
+
category: 'stress',
|
|
230
|
+
steps,
|
|
231
|
+
preconditions: [],
|
|
232
|
+
postconditions: ['No memory leaks', 'Consistent performance'],
|
|
233
|
+
expectedOutcome: 'Function handles load without degradation',
|
|
234
|
+
complexity: 'extreme',
|
|
235
|
+
priority: 60,
|
|
236
|
+
generatedAt: new Date().toISOString(),
|
|
237
|
+
};
|
|
238
|
+
}
|
|
239
|
+
function getDefaultValue(type) {
|
|
240
|
+
switch (type.toLowerCase()) {
|
|
241
|
+
case 'string': return 'test';
|
|
242
|
+
case 'number': return 1;
|
|
243
|
+
case 'boolean': return true;
|
|
244
|
+
case 'array': return [];
|
|
245
|
+
case 'object': return {};
|
|
246
|
+
default: return null;
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
function getRandomValue(type) {
|
|
250
|
+
switch (type.toLowerCase()) {
|
|
251
|
+
case 'string': return Math.random().toString(36).substring(7);
|
|
252
|
+
case 'number': return Math.floor(Math.random() * 1000);
|
|
253
|
+
case 'boolean': return Math.random() > 0.5;
|
|
254
|
+
case 'array': return Array(Math.floor(Math.random() * 10)).fill(0).map(() => Math.random());
|
|
255
|
+
default: return null;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
// ============================================================================
|
|
259
|
+
// BUG DETECTION
|
|
260
|
+
// ============================================================================
|
|
261
|
+
/**
|
|
262
|
+
* Analyze code for potential bugs
|
|
263
|
+
*/
|
|
264
|
+
export function detectBugs(workingDir) {
|
|
265
|
+
const bugs = [];
|
|
266
|
+
const srcDir = join(workingDir, 'src');
|
|
267
|
+
if (!existsSync(srcDir))
|
|
268
|
+
return bugs;
|
|
269
|
+
const files = findFilesRecursive(srcDir, ['.ts']);
|
|
270
|
+
for (const file of files) {
|
|
271
|
+
const content = readFileSync(file, 'utf-8');
|
|
272
|
+
const relativePath = relative(workingDir, file);
|
|
273
|
+
// Detect potential bugs
|
|
274
|
+
bugs.push(...detectNullDereferencing(content, relativePath));
|
|
275
|
+
bugs.push(...detectAsyncIssues(content, relativePath));
|
|
276
|
+
bugs.push(...detectTypeCoercion(content, relativePath));
|
|
277
|
+
bugs.push(...detectResourceLeaks(content, relativePath));
|
|
278
|
+
bugs.push(...detectLogicErrors(content, relativePath));
|
|
279
|
+
}
|
|
280
|
+
// Sort by severity
|
|
281
|
+
const severityOrder = { critical: 0, high: 1, medium: 2, low: 3 };
|
|
282
|
+
bugs.sort((a, b) => severityOrder[a.severity] - severityOrder[b.severity]);
|
|
283
|
+
return bugs;
|
|
284
|
+
}
|
|
285
|
+
function detectNullDereferencing(content, file) {
|
|
286
|
+
const bugs = [];
|
|
287
|
+
const lines = content.split('\n');
|
|
288
|
+
for (let i = 0; i < lines.length; i++) {
|
|
289
|
+
const line = lines[i];
|
|
290
|
+
// Pattern: accessing property without null check
|
|
291
|
+
if (line.match(/\w+\.\w+/) && !line.includes('?.') && !line.includes('!.')) {
|
|
292
|
+
// Check if there's a null check before this line
|
|
293
|
+
const prevLines = lines.slice(Math.max(0, i - 3), i).join('\n');
|
|
294
|
+
if (!prevLines.includes('!== null') && !prevLines.includes('!== undefined') &&
|
|
295
|
+
!prevLines.includes('!= null') && !prevLines.includes('if (')) {
|
|
296
|
+
// Could be a potential null dereference
|
|
297
|
+
const match = line.match(/(\w+)\.(\w+)/);
|
|
298
|
+
if (match && !['console', 'Math', 'JSON', 'Object', 'Array', 'String', 'Number', 'Date', 'process'].includes(match[1])) {
|
|
299
|
+
bugs.push({
|
|
300
|
+
id: `null_deref_${file}_${i + 1}`,
|
|
301
|
+
severity: 'medium',
|
|
302
|
+
type: 'edge-case',
|
|
303
|
+
title: 'Potential null dereference',
|
|
304
|
+
description: `Accessing ${match[1]}.${match[2]} without null check`,
|
|
305
|
+
reproSteps: ['Call function with null/undefined input'],
|
|
306
|
+
expectedBehavior: 'Should handle null gracefully',
|
|
307
|
+
actualBehavior: 'May throw TypeError',
|
|
308
|
+
file,
|
|
309
|
+
line: i + 1,
|
|
310
|
+
suggestedFix: `Add optional chaining: ${match[1]}?.${match[2]}`,
|
|
311
|
+
detectedAt: new Date().toISOString(),
|
|
312
|
+
});
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
return bugs.slice(0, 5); // Limit to prevent flooding
|
|
318
|
+
}
|
|
319
|
+
function detectAsyncIssues(content, file) {
|
|
320
|
+
const bugs = [];
|
|
321
|
+
const lines = content.split('\n');
|
|
322
|
+
for (let i = 0; i < lines.length; i++) {
|
|
323
|
+
const line = lines[i];
|
|
324
|
+
// Missing await on async call
|
|
325
|
+
if (line.match(/[^a]\w+Async\s*\(/) && !line.includes('await') && !line.includes('return')) {
|
|
326
|
+
bugs.push({
|
|
327
|
+
id: `missing_await_${file}_${i + 1}`,
|
|
328
|
+
severity: 'high',
|
|
329
|
+
type: 'logic',
|
|
330
|
+
title: 'Missing await on async function',
|
|
331
|
+
description: 'Async function called without await',
|
|
332
|
+
reproSteps: ['Call the function and check result'],
|
|
333
|
+
expectedBehavior: 'Should await async result',
|
|
334
|
+
actualBehavior: 'Returns Promise instead of resolved value',
|
|
335
|
+
file,
|
|
336
|
+
line: i + 1,
|
|
337
|
+
suggestedFix: 'Add await keyword',
|
|
338
|
+
detectedAt: new Date().toISOString(),
|
|
339
|
+
});
|
|
340
|
+
}
|
|
341
|
+
// Unhandled promise rejection
|
|
342
|
+
if (line.includes('.then(') && !content.slice(0, content.indexOf(line) + line.length + 200).includes('.catch(')) {
|
|
343
|
+
bugs.push({
|
|
344
|
+
id: `unhandled_promise_${file}_${i + 1}`,
|
|
345
|
+
severity: 'medium',
|
|
346
|
+
type: 'edge-case',
|
|
347
|
+
title: 'Unhandled promise rejection',
|
|
348
|
+
description: 'Promise chain without .catch() handler',
|
|
349
|
+
reproSteps: ['Cause the promise to reject'],
|
|
350
|
+
expectedBehavior: 'Should handle rejection',
|
|
351
|
+
actualBehavior: 'Unhandled promise rejection',
|
|
352
|
+
file,
|
|
353
|
+
line: i + 1,
|
|
354
|
+
suggestedFix: 'Add .catch() handler or use try/catch with await',
|
|
355
|
+
detectedAt: new Date().toISOString(),
|
|
356
|
+
});
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
return bugs.slice(0, 3);
|
|
360
|
+
}
|
|
361
|
+
function detectTypeCoercion(content, file) {
|
|
362
|
+
const bugs = [];
|
|
363
|
+
const lines = content.split('\n');
|
|
364
|
+
for (let i = 0; i < lines.length; i++) {
|
|
365
|
+
const line = lines[i];
|
|
366
|
+
// Loose equality
|
|
367
|
+
if (line.match(/[^!=]==[^=]/) && !line.includes('===')) {
|
|
368
|
+
bugs.push({
|
|
369
|
+
id: `loose_eq_${file}_${i + 1}`,
|
|
370
|
+
severity: 'low',
|
|
371
|
+
type: 'logic',
|
|
372
|
+
title: 'Loose equality comparison',
|
|
373
|
+
description: 'Using == instead of ===',
|
|
374
|
+
reproSteps: ['Compare values of different types'],
|
|
375
|
+
expectedBehavior: 'Strict type comparison',
|
|
376
|
+
actualBehavior: 'Type coercion may cause unexpected matches',
|
|
377
|
+
file,
|
|
378
|
+
line: i + 1,
|
|
379
|
+
suggestedFix: 'Use === for strict equality',
|
|
380
|
+
detectedAt: new Date().toISOString(),
|
|
381
|
+
});
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
return bugs.slice(0, 3);
|
|
385
|
+
}
|
|
386
|
+
function detectResourceLeaks(content, file) {
|
|
387
|
+
const bugs = [];
|
|
388
|
+
// File handle leaks
|
|
389
|
+
if (content.includes('openSync') && !content.includes('closeSync')) {
|
|
390
|
+
bugs.push({
|
|
391
|
+
id: `file_leak_${file}`,
|
|
392
|
+
severity: 'high',
|
|
393
|
+
type: 'performance',
|
|
394
|
+
title: 'Potential file handle leak',
|
|
395
|
+
description: 'File opened but not explicitly closed',
|
|
396
|
+
reproSteps: ['Call function repeatedly'],
|
|
397
|
+
expectedBehavior: 'File handles should be closed',
|
|
398
|
+
actualBehavior: 'May leak file handles',
|
|
399
|
+
file,
|
|
400
|
+
suggestedFix: 'Use try/finally or fs promises with proper cleanup',
|
|
401
|
+
detectedAt: new Date().toISOString(),
|
|
402
|
+
});
|
|
403
|
+
}
|
|
404
|
+
// Timer leaks
|
|
405
|
+
if ((content.includes('setInterval') || content.includes('setTimeout')) &&
|
|
406
|
+
!content.includes('clearInterval') && !content.includes('clearTimeout')) {
|
|
407
|
+
bugs.push({
|
|
408
|
+
id: `timer_leak_${file}`,
|
|
409
|
+
severity: 'medium',
|
|
410
|
+
type: 'performance',
|
|
411
|
+
title: 'Potential timer leak',
|
|
412
|
+
description: 'Timer set but never cleared',
|
|
413
|
+
reproSteps: ['Create and destroy component repeatedly'],
|
|
414
|
+
expectedBehavior: 'Timers should be cleared on cleanup',
|
|
415
|
+
actualBehavior: 'May accumulate timers',
|
|
416
|
+
file,
|
|
417
|
+
suggestedFix: 'Store timer ID and clear on cleanup',
|
|
418
|
+
detectedAt: new Date().toISOString(),
|
|
419
|
+
});
|
|
420
|
+
}
|
|
421
|
+
return bugs;
|
|
422
|
+
}
|
|
423
|
+
function detectLogicErrors(content, file) {
|
|
424
|
+
const bugs = [];
|
|
425
|
+
const lines = content.split('\n');
|
|
426
|
+
for (let i = 0; i < lines.length; i++) {
|
|
427
|
+
const line = lines[i];
|
|
428
|
+
// Always true/false conditions
|
|
429
|
+
if (line.match(/if\s*\(\s*true\s*\)/) || line.match(/if\s*\(\s*false\s*\)/)) {
|
|
430
|
+
bugs.push({
|
|
431
|
+
id: `const_cond_${file}_${i + 1}`,
|
|
432
|
+
severity: 'medium',
|
|
433
|
+
type: 'logic',
|
|
434
|
+
title: 'Constant condition',
|
|
435
|
+
description: 'Condition is always true or false',
|
|
436
|
+
reproSteps: ['Review the code'],
|
|
437
|
+
expectedBehavior: 'Dynamic condition',
|
|
438
|
+
actualBehavior: 'Dead code or always executed',
|
|
439
|
+
file,
|
|
440
|
+
line: i + 1,
|
|
441
|
+
suggestedFix: 'Remove dead code or fix condition',
|
|
442
|
+
detectedAt: new Date().toISOString(),
|
|
443
|
+
});
|
|
444
|
+
}
|
|
445
|
+
// Assignment in condition
|
|
446
|
+
if (line.match(/if\s*\([^=]*[^!=<>]=[^=][^)]*\)/)) {
|
|
447
|
+
bugs.push({
|
|
448
|
+
id: `assign_cond_${file}_${i + 1}`,
|
|
449
|
+
severity: 'high',
|
|
450
|
+
type: 'logic',
|
|
451
|
+
title: 'Assignment in condition',
|
|
452
|
+
description: 'Using = instead of == or === in condition',
|
|
453
|
+
reproSteps: ['Review the code'],
|
|
454
|
+
expectedBehavior: 'Comparison',
|
|
455
|
+
actualBehavior: 'Assignment (always truthy for non-null)',
|
|
456
|
+
file,
|
|
457
|
+
line: i + 1,
|
|
458
|
+
suggestedFix: 'Use === for comparison',
|
|
459
|
+
detectedAt: new Date().toISOString(),
|
|
460
|
+
});
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
return bugs.slice(0, 3);
|
|
464
|
+
}
|
|
465
|
+
// ============================================================================
|
|
466
|
+
// UI UPDATE DETECTION
|
|
467
|
+
// ============================================================================
|
|
468
|
+
/**
|
|
469
|
+
* Detect needed UI updates
|
|
470
|
+
*/
|
|
471
|
+
export function detectUIUpdates(workingDir) {
|
|
472
|
+
const updates = [];
|
|
473
|
+
const uiDir = join(workingDir, 'src/ui');
|
|
474
|
+
if (!existsSync(uiDir))
|
|
475
|
+
return updates;
|
|
476
|
+
const files = findFilesRecursive(uiDir, ['.ts']);
|
|
477
|
+
for (const file of files) {
|
|
478
|
+
const content = readFileSync(file, 'utf-8');
|
|
479
|
+
const relativePath = relative(workingDir, file);
|
|
480
|
+
// Detect accessibility issues
|
|
481
|
+
if (content.includes('console.log') && file.includes('display')) {
|
|
482
|
+
updates.push({
|
|
483
|
+
component: basename(file, '.ts'),
|
|
484
|
+
type: 'accessibility',
|
|
485
|
+
description: 'Console output may not be screen-reader friendly',
|
|
486
|
+
before: 'console.log(...)',
|
|
487
|
+
after: 'Use structured output with ARIA labels',
|
|
488
|
+
file: relativePath,
|
|
489
|
+
});
|
|
490
|
+
}
|
|
491
|
+
// Detect hardcoded colors
|
|
492
|
+
const colorMatches = content.match(/['"`]#[0-9a-fA-F]{6}['"`]/g);
|
|
493
|
+
if (colorMatches && colorMatches.length > 3) {
|
|
494
|
+
updates.push({
|
|
495
|
+
component: basename(file, '.ts'),
|
|
496
|
+
type: 'style',
|
|
497
|
+
description: 'Hardcoded colors - should use theme',
|
|
498
|
+
before: colorMatches.slice(0, 3).join(', '),
|
|
499
|
+
after: 'Use theme.colors.* instead',
|
|
500
|
+
file: relativePath,
|
|
501
|
+
});
|
|
502
|
+
}
|
|
503
|
+
// Detect missing error handling in UI
|
|
504
|
+
if (content.includes('try') && !content.includes('showError') && !content.includes('displayError')) {
|
|
505
|
+
updates.push({
|
|
506
|
+
component: basename(file, '.ts'),
|
|
507
|
+
type: 'behavior',
|
|
508
|
+
description: 'Error handling without user feedback',
|
|
509
|
+
before: 'catch (error) { /* no UI feedback */ }',
|
|
510
|
+
after: 'catch (error) { showError(error.message); }',
|
|
511
|
+
file: relativePath,
|
|
512
|
+
});
|
|
513
|
+
}
|
|
514
|
+
// Detect long-running operations without loading state
|
|
515
|
+
if (content.includes('await') && !content.includes('loading') && !content.includes('spinner')) {
|
|
516
|
+
updates.push({
|
|
517
|
+
component: basename(file, '.ts'),
|
|
518
|
+
type: 'performance',
|
|
519
|
+
description: 'Async operation without loading indicator',
|
|
520
|
+
before: 'await longOperation()',
|
|
521
|
+
after: 'showLoading(); await longOperation(); hideLoading();',
|
|
522
|
+
file: relativePath,
|
|
523
|
+
});
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
return updates;
|
|
527
|
+
}
|
|
528
|
+
// ============================================================================
|
|
529
|
+
// PERSISTENCE
|
|
530
|
+
// ============================================================================
|
|
531
|
+
/**
|
|
532
|
+
* Save test flows to disk
|
|
533
|
+
*/
|
|
534
|
+
export function saveTestFlows(flows) {
|
|
535
|
+
if (!existsSync(TEST_FLOWS_DIR)) {
|
|
536
|
+
mkdirSync(TEST_FLOWS_DIR, { recursive: true });
|
|
537
|
+
}
|
|
538
|
+
for (const flow of flows) {
|
|
539
|
+
const filePath = join(TEST_FLOWS_DIR, `${flow.id}.json`);
|
|
540
|
+
writeFileSync(filePath, JSON.stringify(flow, null, 2));
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
/**
|
|
544
|
+
* Load test flows from disk
|
|
545
|
+
*/
|
|
546
|
+
export function loadTestFlows() {
|
|
547
|
+
if (!existsSync(TEST_FLOWS_DIR))
|
|
548
|
+
return [];
|
|
549
|
+
const flows = [];
|
|
550
|
+
const files = readdirSync(TEST_FLOWS_DIR).filter(f => f.endsWith('.json'));
|
|
551
|
+
for (const file of files) {
|
|
552
|
+
try {
|
|
553
|
+
const content = readFileSync(join(TEST_FLOWS_DIR, file), 'utf-8');
|
|
554
|
+
flows.push(JSON.parse(content));
|
|
555
|
+
}
|
|
556
|
+
catch {
|
|
557
|
+
// Skip invalid files
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
return flows;
|
|
561
|
+
}
|
|
562
|
+
/**
|
|
563
|
+
* Save bug reports
|
|
564
|
+
*/
|
|
565
|
+
export function saveBugReports(bugs) {
|
|
566
|
+
if (!existsSync(BUG_REPORTS_DIR)) {
|
|
567
|
+
mkdirSync(BUG_REPORTS_DIR, { recursive: true });
|
|
568
|
+
}
|
|
569
|
+
for (const bug of bugs) {
|
|
570
|
+
const filePath = join(BUG_REPORTS_DIR, `${bug.id}.json`);
|
|
571
|
+
writeFileSync(filePath, JSON.stringify(bug, null, 2));
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
/**
|
|
575
|
+
* Save UI updates
|
|
576
|
+
*/
|
|
577
|
+
export function saveUIUpdates(updates) {
|
|
578
|
+
const dir = join(homedir(), '.erosolar');
|
|
579
|
+
if (!existsSync(dir)) {
|
|
580
|
+
mkdirSync(dir, { recursive: true });
|
|
581
|
+
}
|
|
582
|
+
writeFileSync(UI_UPDATES_FILE, JSON.stringify(updates, null, 2));
|
|
583
|
+
}
|
|
584
|
+
// ============================================================================
|
|
585
|
+
// STATUS DISPLAY
|
|
586
|
+
// ============================================================================
|
|
587
|
+
/**
|
|
588
|
+
* Get comprehensive test/bug status
|
|
589
|
+
*/
|
|
590
|
+
export function getTestFlowStatus(workingDir) {
|
|
591
|
+
const flows = loadTestFlows();
|
|
592
|
+
const bugs = detectBugs(workingDir);
|
|
593
|
+
const uiUpdates = detectUIUpdates(workingDir);
|
|
594
|
+
const lines = [];
|
|
595
|
+
lines.push('═══════════════════════════════════════════════════════════');
|
|
596
|
+
lines.push(' 🧪 Intelligent Test Flow System');
|
|
597
|
+
lines.push('═══════════════════════════════════════════════════════════');
|
|
598
|
+
lines.push('');
|
|
599
|
+
// Test flows summary
|
|
600
|
+
const flowsByCategory = {};
|
|
601
|
+
for (const flow of flows) {
|
|
602
|
+
flowsByCategory[flow.category] = (flowsByCategory[flow.category] || 0) + 1;
|
|
603
|
+
}
|
|
604
|
+
lines.push(`Total Test Flows: ${flows.length}`);
|
|
605
|
+
for (const [category, count] of Object.entries(flowsByCategory)) {
|
|
606
|
+
lines.push(` ${category}: ${count}`);
|
|
607
|
+
}
|
|
608
|
+
lines.push('');
|
|
609
|
+
// Bugs summary
|
|
610
|
+
const bugsBySeverity = {};
|
|
611
|
+
for (const bug of bugs) {
|
|
612
|
+
bugsBySeverity[bug.severity] = (bugsBySeverity[bug.severity] || 0) + 1;
|
|
613
|
+
}
|
|
614
|
+
lines.push(`Potential Bugs Detected: ${bugs.length}`);
|
|
615
|
+
if (bugsBySeverity['critical'])
|
|
616
|
+
lines.push(` 🔴 Critical: ${bugsBySeverity['critical']}`);
|
|
617
|
+
if (bugsBySeverity['high'])
|
|
618
|
+
lines.push(` 🟠 High: ${bugsBySeverity['high']}`);
|
|
619
|
+
if (bugsBySeverity['medium'])
|
|
620
|
+
lines.push(` 🟡 Medium: ${bugsBySeverity['medium']}`);
|
|
621
|
+
if (bugsBySeverity['low'])
|
|
622
|
+
lines.push(` ⚪ Low: ${bugsBySeverity['low']}`);
|
|
623
|
+
lines.push('');
|
|
624
|
+
// UI updates
|
|
625
|
+
lines.push(`UI Updates Needed: ${uiUpdates.length}`);
|
|
626
|
+
const uiByType = {};
|
|
627
|
+
for (const update of uiUpdates) {
|
|
628
|
+
uiByType[update.type] = (uiByType[update.type] || 0) + 1;
|
|
629
|
+
}
|
|
630
|
+
for (const [type, count] of Object.entries(uiByType)) {
|
|
631
|
+
lines.push(` ${type}: ${count}`);
|
|
632
|
+
}
|
|
633
|
+
lines.push('');
|
|
634
|
+
// Top bugs
|
|
635
|
+
if (bugs.length > 0) {
|
|
636
|
+
lines.push('Top Issues:');
|
|
637
|
+
for (const bug of bugs.slice(0, 5)) {
|
|
638
|
+
const icon = bug.severity === 'critical' ? '🔴' :
|
|
639
|
+
bug.severity === 'high' ? '🟠' :
|
|
640
|
+
bug.severity === 'medium' ? '🟡' : '⚪';
|
|
641
|
+
lines.push(` ${icon} ${bug.title}`);
|
|
642
|
+
lines.push(` ${bug.file}:${bug.line ?? '?'}`);
|
|
643
|
+
}
|
|
644
|
+
lines.push('');
|
|
645
|
+
}
|
|
646
|
+
lines.push('Commands:');
|
|
647
|
+
lines.push(' /test generate <file> - Generate test flows for file');
|
|
648
|
+
lines.push(' /test bugs - Detect potential bugs');
|
|
649
|
+
lines.push(' /test ui - Detect UI improvements');
|
|
650
|
+
lines.push(' /test run - Run generated tests');
|
|
651
|
+
lines.push('');
|
|
652
|
+
lines.push('═══════════════════════════════════════════════════════════');
|
|
653
|
+
return lines.join('\n');
|
|
654
|
+
}
|
|
655
|
+
// ============================================================================
|
|
656
|
+
// HELPERS
|
|
657
|
+
// ============================================================================
|
|
658
|
+
function findFilesRecursive(dir, extensions) {
|
|
659
|
+
const files = [];
|
|
660
|
+
try {
|
|
661
|
+
const entries = readdirSync(dir, { withFileTypes: true });
|
|
662
|
+
for (const entry of entries) {
|
|
663
|
+
const fullPath = join(dir, entry.name);
|
|
664
|
+
if (entry.isDirectory() && !entry.name.startsWith('.') &&
|
|
665
|
+
entry.name !== 'node_modules' && entry.name !== 'dist') {
|
|
666
|
+
files.push(...findFilesRecursive(fullPath, extensions));
|
|
667
|
+
}
|
|
668
|
+
else if (entry.isFile() && extensions.some(ext => entry.name.endsWith(ext))) {
|
|
669
|
+
files.push(fullPath);
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
catch {
|
|
674
|
+
// Ignore
|
|
675
|
+
}
|
|
676
|
+
return files;
|
|
677
|
+
}
|
|
678
|
+
//# sourceMappingURL=intelligentTestFlows.js.map
|