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,700 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Self-Improvement Orchestrator
|
|
3
|
+
*
|
|
4
|
+
* Applies AlphaZero-style learning to complex debugging, refactoring, and
|
|
5
|
+
* precision tasks to continuously improve erosolar-cli source code.
|
|
6
|
+
*
|
|
7
|
+
* Features:
|
|
8
|
+
* 1. Identifies improvement opportunities from learning data
|
|
9
|
+
* 2. Applies quality-driven code changes
|
|
10
|
+
* 3. Uses git for safe versioning and rollback
|
|
11
|
+
* 4. Validates changes before committing
|
|
12
|
+
*
|
|
13
|
+
* Principal Investigator: Bo Shang
|
|
14
|
+
*/
|
|
15
|
+
import { execSync, exec } from 'node:child_process';
|
|
16
|
+
import { existsSync, readFileSync, writeFileSync } from 'node:fs';
|
|
17
|
+
import { join } from 'node:path';
|
|
18
|
+
import { promisify } from 'node:util';
|
|
19
|
+
import { getLearningSummary, loadFailurePatterns, loadToolPatterns, } from './learningPersistence.js';
|
|
20
|
+
import { getSourceCodeFixes, } from './failureRecovery.js';
|
|
21
|
+
const execAsync = promisify(exec);
|
|
22
|
+
// ============================================================================
|
|
23
|
+
// IMPROVEMENT DETECTION
|
|
24
|
+
// ============================================================================
|
|
25
|
+
/**
|
|
26
|
+
* Analyze learning data to identify improvement opportunities
|
|
27
|
+
*/
|
|
28
|
+
export function analyzeImprovementOpportunities(workingDir = process.cwd()) {
|
|
29
|
+
const opportunities = [];
|
|
30
|
+
// 1. Analyze failure patterns for bug fixes
|
|
31
|
+
const failurePatterns = loadFailurePatterns();
|
|
32
|
+
for (const pattern of failurePatterns.patterns) {
|
|
33
|
+
if (pattern.occurrences >= 2) {
|
|
34
|
+
// This failure has occurred multiple times - worth fixing
|
|
35
|
+
opportunities.push({
|
|
36
|
+
type: 'bug-fix',
|
|
37
|
+
priority: pattern.occurrences >= 5 ? 'high' : 'medium',
|
|
38
|
+
description: `Fix recurring issue: ${pattern.description.slice(0, 100)}`,
|
|
39
|
+
sourceFile: 'src/core',
|
|
40
|
+
suggestedChange: pattern.avoidanceHint || 'Apply learned fix',
|
|
41
|
+
confidence: Math.min(0.95, pattern.occurrences / 10 + 0.5),
|
|
42
|
+
evidence: [`Occurred ${pattern.occurrences} times`, `Last seen: ${pattern.lastSeen}`],
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
// 2. Analyze source code fixes from recovery system
|
|
47
|
+
const sourceFixes = getSourceCodeFixes();
|
|
48
|
+
for (const fix of sourceFixes) {
|
|
49
|
+
if (fix.validatedCount >= 2 && !fix.appliedToSource) {
|
|
50
|
+
opportunities.push({
|
|
51
|
+
type: 'bug-fix',
|
|
52
|
+
priority: fix.failureType === 'build' ? 'critical' : 'high',
|
|
53
|
+
description: fix.description,
|
|
54
|
+
sourceFile: fix.filePath,
|
|
55
|
+
suggestedChange: `Replace:\n${fix.originalCode.slice(0, 200)}...\nWith:\n${fix.fixedCode.slice(0, 200)}...`,
|
|
56
|
+
confidence: Math.min(0.95, fix.validatedCount / 5 + 0.6),
|
|
57
|
+
evidence: [`Validated ${fix.validatedCount} times`, `Failure type: ${fix.failureType}`],
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
// 3. Analyze tool patterns for optimization opportunities
|
|
62
|
+
const toolPatterns = loadToolPatterns();
|
|
63
|
+
for (const [taskType, patterns] of Object.entries(toolPatterns.patterns)) {
|
|
64
|
+
const inefficient = patterns.filter(p => p.successRate < 0.7 && p.occurrences >= 3);
|
|
65
|
+
if (inefficient.length > 0) {
|
|
66
|
+
opportunities.push({
|
|
67
|
+
type: 'performance',
|
|
68
|
+
priority: 'medium',
|
|
69
|
+
description: `Optimize tool handling for ${taskType} tasks`,
|
|
70
|
+
sourceFile: 'src/core/toolRuntime.ts',
|
|
71
|
+
suggestedChange: 'Add caching or improve tool selection logic',
|
|
72
|
+
confidence: 0.6,
|
|
73
|
+
evidence: inefficient.map(p => `Pattern ${p.toolSequence.join('→')} has ${Math.round(p.successRate * 100)}% success`),
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
// Sort by priority and confidence
|
|
78
|
+
const priorityOrder = { critical: 0, high: 1, medium: 2, low: 3 };
|
|
79
|
+
opportunities.sort((a, b) => {
|
|
80
|
+
const priorityDiff = priorityOrder[a.priority] - priorityOrder[b.priority];
|
|
81
|
+
if (priorityDiff !== 0)
|
|
82
|
+
return priorityDiff;
|
|
83
|
+
return b.confidence - a.confidence;
|
|
84
|
+
});
|
|
85
|
+
return opportunities;
|
|
86
|
+
}
|
|
87
|
+
// ============================================================================
|
|
88
|
+
// GIT OPERATIONS
|
|
89
|
+
// ============================================================================
|
|
90
|
+
/**
|
|
91
|
+
* Check if working directory is clean
|
|
92
|
+
*/
|
|
93
|
+
function isGitClean(workingDir) {
|
|
94
|
+
try {
|
|
95
|
+
const result = execSync('git status --porcelain', { cwd: workingDir, encoding: 'utf-8' });
|
|
96
|
+
return result.trim() === '';
|
|
97
|
+
}
|
|
98
|
+
catch {
|
|
99
|
+
return false;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* Create a new branch for self-improvement changes
|
|
104
|
+
*/
|
|
105
|
+
function createImprovementBranch(workingDir, description) {
|
|
106
|
+
const timestamp = Date.now();
|
|
107
|
+
const safeName = description.toLowerCase().replace(/[^a-z0-9]+/g, '-').slice(0, 30);
|
|
108
|
+
const branchName = `self-improve/${safeName}-${timestamp}`;
|
|
109
|
+
execSync(`git checkout -b ${branchName}`, { cwd: workingDir, encoding: 'utf-8' });
|
|
110
|
+
return branchName;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Commit changes with descriptive message
|
|
114
|
+
*/
|
|
115
|
+
function commitChanges(workingDir, files, message) {
|
|
116
|
+
for (const file of files) {
|
|
117
|
+
execSync(`git add "${file}"`, { cwd: workingDir, encoding: 'utf-8' });
|
|
118
|
+
}
|
|
119
|
+
const fullMessage = `[self-improvement] ${message}
|
|
120
|
+
|
|
121
|
+
Applied by AlphaZero self-improvement system.
|
|
122
|
+
Run \`git revert HEAD\` to rollback.
|
|
123
|
+
|
|
124
|
+
🤖 Generated with erosolar-cli self-improvement`;
|
|
125
|
+
execSync(`git commit -m "${fullMessage.replace(/"/g, '\\"')}"`, { cwd: workingDir, encoding: 'utf-8' });
|
|
126
|
+
const hash = execSync('git rev-parse HEAD', { cwd: workingDir, encoding: 'utf-8' }).trim();
|
|
127
|
+
return hash;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Run validation (build and optional tests)
|
|
131
|
+
*/
|
|
132
|
+
async function validateChanges(workingDir, runTests) {
|
|
133
|
+
let buildPassed = false;
|
|
134
|
+
let testsPassed = false;
|
|
135
|
+
try {
|
|
136
|
+
await execAsync('npm run build', { cwd: workingDir });
|
|
137
|
+
buildPassed = true;
|
|
138
|
+
}
|
|
139
|
+
catch {
|
|
140
|
+
buildPassed = false;
|
|
141
|
+
return { buildPassed, testsPassed };
|
|
142
|
+
}
|
|
143
|
+
if (runTests) {
|
|
144
|
+
try {
|
|
145
|
+
await execAsync('npm test', { cwd: workingDir, timeout: 120000 });
|
|
146
|
+
testsPassed = true;
|
|
147
|
+
}
|
|
148
|
+
catch {
|
|
149
|
+
testsPassed = false;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
else {
|
|
153
|
+
testsPassed = true; // Skip tests, consider passed
|
|
154
|
+
}
|
|
155
|
+
return { buildPassed, testsPassed };
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* Rollback changes
|
|
159
|
+
*/
|
|
160
|
+
function rollbackChanges(workingDir, originalBranch) {
|
|
161
|
+
execSync('git checkout .', { cwd: workingDir });
|
|
162
|
+
execSync(`git checkout ${originalBranch}`, { cwd: workingDir });
|
|
163
|
+
}
|
|
164
|
+
// ============================================================================
|
|
165
|
+
// IMPROVEMENT APPLICATION
|
|
166
|
+
// ============================================================================
|
|
167
|
+
/**
|
|
168
|
+
* Apply a source code fix
|
|
169
|
+
*/
|
|
170
|
+
function applySourceFix(fix, workingDir) {
|
|
171
|
+
const fullPath = join(workingDir, fix.filePath);
|
|
172
|
+
if (!existsSync(fullPath)) {
|
|
173
|
+
return false;
|
|
174
|
+
}
|
|
175
|
+
const content = readFileSync(fullPath, 'utf-8');
|
|
176
|
+
if (!content.includes(fix.originalCode)) {
|
|
177
|
+
// Code has changed, can't apply fix
|
|
178
|
+
return false;
|
|
179
|
+
}
|
|
180
|
+
const newContent = content.replace(fix.originalCode, fix.fixedCode);
|
|
181
|
+
writeFileSync(fullPath, newContent);
|
|
182
|
+
return true;
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* Execute a self-improvement plan
|
|
186
|
+
*/
|
|
187
|
+
export async function executeImprovementPlan(plan, workingDir = process.cwd(), options = {}) {
|
|
188
|
+
const { runTests = true, autoCommit = true, dryRun = false } = options;
|
|
189
|
+
const result = {
|
|
190
|
+
success: false,
|
|
191
|
+
filesChanged: [],
|
|
192
|
+
testsRun: runTests,
|
|
193
|
+
testsPassed: false,
|
|
194
|
+
buildPassed: false,
|
|
195
|
+
};
|
|
196
|
+
if (dryRun) {
|
|
197
|
+
// Just report what would be done
|
|
198
|
+
return {
|
|
199
|
+
...result,
|
|
200
|
+
success: true,
|
|
201
|
+
filesChanged: plan.opportunities.map(o => o.sourceFile),
|
|
202
|
+
};
|
|
203
|
+
}
|
|
204
|
+
// Check git status
|
|
205
|
+
if (!isGitClean(workingDir)) {
|
|
206
|
+
result.error = 'Working directory has uncommitted changes. Please commit or stash them first.';
|
|
207
|
+
return result;
|
|
208
|
+
}
|
|
209
|
+
// Get current branch
|
|
210
|
+
const originalBranch = execSync('git rev-parse --abbrev-ref HEAD', { cwd: workingDir, encoding: 'utf-8' }).trim();
|
|
211
|
+
try {
|
|
212
|
+
// Create improvement branch
|
|
213
|
+
const branchName = createImprovementBranch(workingDir, `improve-${plan.id}`);
|
|
214
|
+
// Apply source code fixes
|
|
215
|
+
const sourceFixes = getSourceCodeFixes();
|
|
216
|
+
for (const opportunity of plan.opportunities) {
|
|
217
|
+
if (opportunity.type === 'bug-fix') {
|
|
218
|
+
const matchingFix = sourceFixes.find(f => f.filePath === opportunity.sourceFile ||
|
|
219
|
+
f.description === opportunity.description);
|
|
220
|
+
if (matchingFix) {
|
|
221
|
+
const applied = applySourceFix(matchingFix, workingDir);
|
|
222
|
+
if (applied) {
|
|
223
|
+
result.filesChanged.push(opportunity.sourceFile);
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
if (result.filesChanged.length === 0) {
|
|
229
|
+
// Nothing to apply
|
|
230
|
+
rollbackChanges(workingDir, originalBranch);
|
|
231
|
+
result.error = 'No applicable changes found';
|
|
232
|
+
return result;
|
|
233
|
+
}
|
|
234
|
+
// Validate changes
|
|
235
|
+
const validation = await validateChanges(workingDir, runTests);
|
|
236
|
+
result.buildPassed = validation.buildPassed;
|
|
237
|
+
result.testsPassed = validation.testsPassed;
|
|
238
|
+
if (!validation.buildPassed) {
|
|
239
|
+
rollbackChanges(workingDir, originalBranch);
|
|
240
|
+
result.error = 'Build failed after applying changes';
|
|
241
|
+
return result;
|
|
242
|
+
}
|
|
243
|
+
if (runTests && !validation.testsPassed) {
|
|
244
|
+
rollbackChanges(workingDir, originalBranch);
|
|
245
|
+
result.error = 'Tests failed after applying changes';
|
|
246
|
+
return result;
|
|
247
|
+
}
|
|
248
|
+
// Commit changes
|
|
249
|
+
if (autoCommit) {
|
|
250
|
+
const description = plan.opportunities.map(o => o.description).join('; ').slice(0, 100);
|
|
251
|
+
result.commitHash = commitChanges(workingDir, result.filesChanged, description);
|
|
252
|
+
result.rollbackCommand = `git revert ${result.commitHash}`;
|
|
253
|
+
}
|
|
254
|
+
result.success = true;
|
|
255
|
+
// Merge back to original branch if successful
|
|
256
|
+
execSync(`git checkout ${originalBranch}`, { cwd: workingDir });
|
|
257
|
+
execSync(`git merge ${branchName}`, { cwd: workingDir });
|
|
258
|
+
return result;
|
|
259
|
+
}
|
|
260
|
+
catch (error) {
|
|
261
|
+
// Rollback on any error
|
|
262
|
+
try {
|
|
263
|
+
rollbackChanges(workingDir, originalBranch);
|
|
264
|
+
}
|
|
265
|
+
catch {
|
|
266
|
+
// Ignore rollback errors
|
|
267
|
+
}
|
|
268
|
+
result.error = error instanceof Error ? error.message : String(error);
|
|
269
|
+
return result;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
// ============================================================================
|
|
273
|
+
// SELF-IMPROVEMENT TRIGGERS
|
|
274
|
+
// ============================================================================
|
|
275
|
+
/**
|
|
276
|
+
* Trigger self-improvement for complex debugging task
|
|
277
|
+
*/
|
|
278
|
+
export async function triggerDebugImprovement(errorPattern, workingDir = process.cwd()) {
|
|
279
|
+
const opportunities = analyzeImprovementOpportunities(workingDir);
|
|
280
|
+
// Filter for relevant opportunities
|
|
281
|
+
const relevant = opportunities.filter(o => o.type === 'bug-fix' &&
|
|
282
|
+
(o.description.toLowerCase().includes(errorPattern.toLowerCase()) ||
|
|
283
|
+
o.evidence.some(e => e.toLowerCase().includes(errorPattern.toLowerCase()))));
|
|
284
|
+
if (relevant.length === 0) {
|
|
285
|
+
return null;
|
|
286
|
+
}
|
|
287
|
+
const plan = {
|
|
288
|
+
id: `debug-${Date.now()}`,
|
|
289
|
+
opportunities: relevant,
|
|
290
|
+
totalConfidence: relevant.reduce((sum, o) => sum + o.confidence, 0) / relevant.length,
|
|
291
|
+
estimatedImpact: 'Fix recurring debugging issues',
|
|
292
|
+
createdAt: new Date().toISOString(),
|
|
293
|
+
};
|
|
294
|
+
return executeImprovementPlan(plan, workingDir);
|
|
295
|
+
}
|
|
296
|
+
/**
|
|
297
|
+
* Trigger self-improvement for refactoring task
|
|
298
|
+
*/
|
|
299
|
+
export async function triggerRefactorImprovement(targetArea, workingDir = process.cwd()) {
|
|
300
|
+
const opportunities = analyzeImprovementOpportunities(workingDir);
|
|
301
|
+
const relevant = opportunities.filter(o => o.type === 'refactor' || o.type === 'performance');
|
|
302
|
+
if (relevant.length === 0) {
|
|
303
|
+
return null;
|
|
304
|
+
}
|
|
305
|
+
const plan = {
|
|
306
|
+
id: `refactor-${Date.now()}`,
|
|
307
|
+
opportunities: relevant.slice(0, 5), // Limit to top 5
|
|
308
|
+
totalConfidence: relevant.reduce((sum, o) => sum + o.confidence, 0) / relevant.length,
|
|
309
|
+
estimatedImpact: 'Improve code quality and performance',
|
|
310
|
+
createdAt: new Date().toISOString(),
|
|
311
|
+
};
|
|
312
|
+
return executeImprovementPlan(plan, workingDir);
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* Run comprehensive self-improvement analysis
|
|
316
|
+
*/
|
|
317
|
+
export async function runSelfImprovementCycle(workingDir = process.cwd(), options = {}) {
|
|
318
|
+
const { maxChanges = 3, minConfidence = 0.7, runTests = true, autoCommit = true } = options;
|
|
319
|
+
const opportunities = analyzeImprovementOpportunities(workingDir);
|
|
320
|
+
const filtered = opportunities.filter(o => o.confidence >= minConfidence);
|
|
321
|
+
const toApply = filtered.slice(0, maxChanges);
|
|
322
|
+
const results = [];
|
|
323
|
+
for (const opportunity of toApply) {
|
|
324
|
+
const plan = {
|
|
325
|
+
id: `single-${Date.now()}`,
|
|
326
|
+
opportunities: [opportunity],
|
|
327
|
+
totalConfidence: opportunity.confidence,
|
|
328
|
+
estimatedImpact: opportunity.description,
|
|
329
|
+
createdAt: new Date().toISOString(),
|
|
330
|
+
};
|
|
331
|
+
const result = await executeImprovementPlan(plan, workingDir, { runTests, autoCommit });
|
|
332
|
+
results.push(result);
|
|
333
|
+
// Stop if any improvement fails
|
|
334
|
+
if (!result.success) {
|
|
335
|
+
break;
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
const applied = results.filter(r => r.success).length;
|
|
339
|
+
return {
|
|
340
|
+
analyzed: opportunities.length,
|
|
341
|
+
applied,
|
|
342
|
+
results,
|
|
343
|
+
summary: `Analyzed ${opportunities.length} opportunities, filtered to ${filtered.length} (confidence >= ${minConfidence}), applied ${applied}/${toApply.length}`,
|
|
344
|
+
};
|
|
345
|
+
}
|
|
346
|
+
// ============================================================================
|
|
347
|
+
// CLI INTEGRATION
|
|
348
|
+
// ============================================================================
|
|
349
|
+
/**
|
|
350
|
+
* Get a summary of improvement opportunities for display
|
|
351
|
+
*/
|
|
352
|
+
export function getImprovementSummary(workingDir = process.cwd()) {
|
|
353
|
+
const opportunities = analyzeImprovementOpportunities(workingDir);
|
|
354
|
+
const learning = getLearningSummary();
|
|
355
|
+
const lines = [];
|
|
356
|
+
lines.push('🧠 Self-Improvement Analysis');
|
|
357
|
+
lines.push('');
|
|
358
|
+
lines.push(`Learning Data:`);
|
|
359
|
+
lines.push(` - Tool patterns: ${learning.toolPatterns.totalPatterns}`);
|
|
360
|
+
lines.push(` - Failure patterns: ${learning.failurePatterns.totalPatterns}`);
|
|
361
|
+
lines.push(` - Prompt improvements: ${learning.promptImprovements.totalImprovements}`);
|
|
362
|
+
lines.push('');
|
|
363
|
+
lines.push(`Improvement Opportunities: ${opportunities.length}`);
|
|
364
|
+
if (opportunities.length > 0) {
|
|
365
|
+
lines.push('');
|
|
366
|
+
const top = opportunities.slice(0, 5);
|
|
367
|
+
for (const opp of top) {
|
|
368
|
+
const icon = opp.type === 'bug-fix' ? '🐛' : opp.type === 'refactor' ? '🔧' : '⚡';
|
|
369
|
+
lines.push(` ${icon} [${opp.priority}] ${opp.description.slice(0, 60)}...`);
|
|
370
|
+
lines.push(` Confidence: ${Math.round(opp.confidence * 100)}% | File: ${opp.sourceFile}`);
|
|
371
|
+
}
|
|
372
|
+
if (opportunities.length > 5) {
|
|
373
|
+
lines.push(` ... and ${opportunities.length - 5} more`);
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
lines.push('');
|
|
377
|
+
lines.push('Commands:');
|
|
378
|
+
lines.push(' /improve analyze - Analyze improvement opportunities');
|
|
379
|
+
lines.push(' /improve apply - Apply high-confidence improvements');
|
|
380
|
+
lines.push(' /improve dry-run - Preview changes without applying');
|
|
381
|
+
lines.push(' /improve auto - Run autonomous infinite improvement (Ctrl+C to stop)');
|
|
382
|
+
return lines.join('\n');
|
|
383
|
+
}
|
|
384
|
+
// Global state for autonomous improvement
|
|
385
|
+
let autoImprovementState = {
|
|
386
|
+
isRunning: false,
|
|
387
|
+
startTime: null,
|
|
388
|
+
iteration: 0,
|
|
389
|
+
applied: 0,
|
|
390
|
+
failed: 0,
|
|
391
|
+
rollbacks: 0,
|
|
392
|
+
lastError: null,
|
|
393
|
+
safetyBranchBase: null,
|
|
394
|
+
};
|
|
395
|
+
/**
|
|
396
|
+
* Get current auto-improvement state
|
|
397
|
+
*/
|
|
398
|
+
export function getAutoImprovementState() {
|
|
399
|
+
return { ...autoImprovementState };
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
* Request stop of autonomous improvement
|
|
403
|
+
*/
|
|
404
|
+
export function requestAutoImprovementStop() {
|
|
405
|
+
autoImprovementState.isRunning = false;
|
|
406
|
+
}
|
|
407
|
+
/**
|
|
408
|
+
* Create a safety checkpoint before autonomous improvement
|
|
409
|
+
*/
|
|
410
|
+
function createSafetyCheckpoint(workingDir) {
|
|
411
|
+
try {
|
|
412
|
+
// Ensure clean working directory
|
|
413
|
+
const status = execSync('git status --porcelain', { cwd: workingDir, encoding: 'utf-8' }).trim();
|
|
414
|
+
if (status) {
|
|
415
|
+
// Stash any uncommitted changes
|
|
416
|
+
execSync('git stash push -m "auto-improve-safety-stash"', { cwd: workingDir, encoding: 'utf-8' });
|
|
417
|
+
}
|
|
418
|
+
// Get current branch
|
|
419
|
+
const currentBranch = execSync('git rev-parse --abbrev-ref HEAD', { cwd: workingDir, encoding: 'utf-8' }).trim();
|
|
420
|
+
// Create safety tag
|
|
421
|
+
const timestamp = Date.now();
|
|
422
|
+
const safetyTag = `auto-improve-checkpoint-${timestamp}`;
|
|
423
|
+
execSync(`git tag ${safetyTag}`, { cwd: workingDir, encoding: 'utf-8' });
|
|
424
|
+
return { success: true, branch: currentBranch };
|
|
425
|
+
}
|
|
426
|
+
catch (error) {
|
|
427
|
+
return { success: false, branch: '', error: error instanceof Error ? error.message : String(error) };
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
/**
|
|
431
|
+
* Rollback to safety checkpoint
|
|
432
|
+
*/
|
|
433
|
+
function rollbackToCheckpoint(workingDir, originalBranch) {
|
|
434
|
+
try {
|
|
435
|
+
// Find the most recent safety tag
|
|
436
|
+
const tags = execSync('git tag -l "auto-improve-checkpoint-*" --sort=-version:refname', {
|
|
437
|
+
cwd: workingDir,
|
|
438
|
+
encoding: 'utf-8',
|
|
439
|
+
}).trim().split('\n');
|
|
440
|
+
if (tags.length > 0 && tags[0]) {
|
|
441
|
+
// Hard reset to the checkpoint
|
|
442
|
+
execSync(`git reset --hard ${tags[0]}`, { cwd: workingDir, encoding: 'utf-8' });
|
|
443
|
+
// Try to restore stashed changes
|
|
444
|
+
try {
|
|
445
|
+
execSync('git stash pop', { cwd: workingDir, encoding: 'utf-8' });
|
|
446
|
+
}
|
|
447
|
+
catch {
|
|
448
|
+
// No stash to pop, that's fine
|
|
449
|
+
}
|
|
450
|
+
return { success: true };
|
|
451
|
+
}
|
|
452
|
+
return { success: false, error: 'No checkpoint found' };
|
|
453
|
+
}
|
|
454
|
+
catch (error) {
|
|
455
|
+
return { success: false, error: error instanceof Error ? error.message : String(error) };
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
/**
|
|
459
|
+
* Run autonomous infinite improvement
|
|
460
|
+
*
|
|
461
|
+
* This function runs in a loop, continuously:
|
|
462
|
+
* 1. Analyzing improvement opportunities
|
|
463
|
+
* 2. Applying the highest-confidence improvement
|
|
464
|
+
* 3. Validating with build/tests
|
|
465
|
+
* 4. Rolling back if validation fails
|
|
466
|
+
* 5. Continuing until no more improvements or stopped
|
|
467
|
+
*/
|
|
468
|
+
export async function runAutonomousImprovement(config) {
|
|
469
|
+
const { workingDir, minConfidence = 0.75, maxIterations = 100, delayBetweenMs = 2000, runTests = true, onProgress, shouldStop, } = config;
|
|
470
|
+
// Reset state
|
|
471
|
+
autoImprovementState = {
|
|
472
|
+
isRunning: true,
|
|
473
|
+
startTime: new Date().toISOString(),
|
|
474
|
+
iteration: 0,
|
|
475
|
+
applied: 0,
|
|
476
|
+
failed: 0,
|
|
477
|
+
rollbacks: 0,
|
|
478
|
+
lastError: null,
|
|
479
|
+
safetyBranchBase: null,
|
|
480
|
+
};
|
|
481
|
+
// Create safety checkpoint
|
|
482
|
+
const checkpoint = createSafetyCheckpoint(workingDir);
|
|
483
|
+
if (!checkpoint.success) {
|
|
484
|
+
onProgress?.({
|
|
485
|
+
type: 'failed',
|
|
486
|
+
message: `Failed to create safety checkpoint: ${checkpoint.error}`,
|
|
487
|
+
});
|
|
488
|
+
autoImprovementState.isRunning = false;
|
|
489
|
+
return {
|
|
490
|
+
success: false,
|
|
491
|
+
totalApplied: 0,
|
|
492
|
+
totalFailed: 0,
|
|
493
|
+
totalRollbacks: 0,
|
|
494
|
+
iterations: 0,
|
|
495
|
+
stoppedReason: 'error',
|
|
496
|
+
error: checkpoint.error,
|
|
497
|
+
};
|
|
498
|
+
}
|
|
499
|
+
autoImprovementState.safetyBranchBase = checkpoint.branch;
|
|
500
|
+
onProgress?.({
|
|
501
|
+
type: 'start',
|
|
502
|
+
message: `Starting autonomous improvement. Safety checkpoint created. Press Ctrl+C to stop.`,
|
|
503
|
+
});
|
|
504
|
+
let consecutiveFailures = 0;
|
|
505
|
+
const MAX_CONSECUTIVE_FAILURES = 3;
|
|
506
|
+
try {
|
|
507
|
+
while (autoImprovementState.isRunning && autoImprovementState.iteration < maxIterations) {
|
|
508
|
+
// Check for stop request
|
|
509
|
+
if (shouldStop?.() || !autoImprovementState.isRunning) {
|
|
510
|
+
onProgress?.({
|
|
511
|
+
type: 'complete',
|
|
512
|
+
message: 'Stopped by user request',
|
|
513
|
+
totalApplied: autoImprovementState.applied,
|
|
514
|
+
totalFailed: autoImprovementState.failed,
|
|
515
|
+
});
|
|
516
|
+
return {
|
|
517
|
+
success: true,
|
|
518
|
+
totalApplied: autoImprovementState.applied,
|
|
519
|
+
totalFailed: autoImprovementState.failed,
|
|
520
|
+
totalRollbacks: autoImprovementState.rollbacks,
|
|
521
|
+
iterations: autoImprovementState.iteration,
|
|
522
|
+
stoppedReason: 'user-stopped',
|
|
523
|
+
};
|
|
524
|
+
}
|
|
525
|
+
autoImprovementState.iteration++;
|
|
526
|
+
onProgress?.({
|
|
527
|
+
type: 'iteration',
|
|
528
|
+
iteration: autoImprovementState.iteration,
|
|
529
|
+
message: `Iteration ${autoImprovementState.iteration}: Analyzing opportunities...`,
|
|
530
|
+
});
|
|
531
|
+
// Analyze opportunities
|
|
532
|
+
const opportunities = analyzeImprovementOpportunities(workingDir);
|
|
533
|
+
const filtered = opportunities.filter(o => o.confidence >= minConfidence);
|
|
534
|
+
if (filtered.length === 0) {
|
|
535
|
+
onProgress?.({
|
|
536
|
+
type: 'no-opportunities',
|
|
537
|
+
message: `No improvements found with confidence >= ${Math.round(minConfidence * 100)}%. Stopping.`,
|
|
538
|
+
totalApplied: autoImprovementState.applied,
|
|
539
|
+
});
|
|
540
|
+
return {
|
|
541
|
+
success: true,
|
|
542
|
+
totalApplied: autoImprovementState.applied,
|
|
543
|
+
totalFailed: autoImprovementState.failed,
|
|
544
|
+
totalRollbacks: autoImprovementState.rollbacks,
|
|
545
|
+
iterations: autoImprovementState.iteration,
|
|
546
|
+
stoppedReason: 'no-opportunities',
|
|
547
|
+
};
|
|
548
|
+
}
|
|
549
|
+
// Take the highest-confidence opportunity
|
|
550
|
+
const opportunity = filtered[0];
|
|
551
|
+
onProgress?.({
|
|
552
|
+
type: 'iteration',
|
|
553
|
+
iteration: autoImprovementState.iteration,
|
|
554
|
+
message: `Found ${filtered.length} opportunities. Applying: ${opportunity.description.slice(0, 50)}...`,
|
|
555
|
+
opportunity,
|
|
556
|
+
});
|
|
557
|
+
// Create improvement plan for single opportunity
|
|
558
|
+
const plan = {
|
|
559
|
+
id: `auto-${autoImprovementState.iteration}-${Date.now()}`,
|
|
560
|
+
opportunities: [opportunity],
|
|
561
|
+
totalConfidence: opportunity.confidence,
|
|
562
|
+
estimatedImpact: opportunity.description,
|
|
563
|
+
createdAt: new Date().toISOString(),
|
|
564
|
+
};
|
|
565
|
+
// Execute the improvement
|
|
566
|
+
const result = await executeImprovementPlan(plan, workingDir, {
|
|
567
|
+
runTests,
|
|
568
|
+
autoCommit: true,
|
|
569
|
+
dryRun: false,
|
|
570
|
+
});
|
|
571
|
+
if (result.success) {
|
|
572
|
+
autoImprovementState.applied++;
|
|
573
|
+
consecutiveFailures = 0;
|
|
574
|
+
onProgress?.({
|
|
575
|
+
type: 'applied',
|
|
576
|
+
iteration: autoImprovementState.iteration,
|
|
577
|
+
message: `✅ Applied: ${opportunity.description.slice(0, 50)}`,
|
|
578
|
+
opportunity,
|
|
579
|
+
result,
|
|
580
|
+
totalApplied: autoImprovementState.applied,
|
|
581
|
+
});
|
|
582
|
+
}
|
|
583
|
+
else {
|
|
584
|
+
autoImprovementState.failed++;
|
|
585
|
+
consecutiveFailures++;
|
|
586
|
+
autoImprovementState.lastError = result.error ?? 'Unknown error';
|
|
587
|
+
onProgress?.({
|
|
588
|
+
type: 'failed',
|
|
589
|
+
iteration: autoImprovementState.iteration,
|
|
590
|
+
message: `❌ Failed: ${result.error}`,
|
|
591
|
+
opportunity,
|
|
592
|
+
result,
|
|
593
|
+
totalFailed: autoImprovementState.failed,
|
|
594
|
+
});
|
|
595
|
+
// If too many consecutive failures, stop
|
|
596
|
+
if (consecutiveFailures >= MAX_CONSECUTIVE_FAILURES) {
|
|
597
|
+
onProgress?.({
|
|
598
|
+
type: 'complete',
|
|
599
|
+
message: `Stopping after ${MAX_CONSECUTIVE_FAILURES} consecutive failures.`,
|
|
600
|
+
totalApplied: autoImprovementState.applied,
|
|
601
|
+
totalFailed: autoImprovementState.failed,
|
|
602
|
+
});
|
|
603
|
+
return {
|
|
604
|
+
success: false,
|
|
605
|
+
totalApplied: autoImprovementState.applied,
|
|
606
|
+
totalFailed: autoImprovementState.failed,
|
|
607
|
+
totalRollbacks: autoImprovementState.rollbacks,
|
|
608
|
+
iterations: autoImprovementState.iteration,
|
|
609
|
+
stoppedReason: 'error',
|
|
610
|
+
error: `Stopped after ${MAX_CONSECUTIVE_FAILURES} consecutive failures`,
|
|
611
|
+
};
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
// Delay between iterations to avoid overwhelming the system
|
|
615
|
+
await new Promise(resolve => setTimeout(resolve, delayBetweenMs));
|
|
616
|
+
}
|
|
617
|
+
// Reached max iterations
|
|
618
|
+
onProgress?.({
|
|
619
|
+
type: 'complete',
|
|
620
|
+
message: `Reached maximum iterations (${maxIterations})`,
|
|
621
|
+
totalApplied: autoImprovementState.applied,
|
|
622
|
+
totalFailed: autoImprovementState.failed,
|
|
623
|
+
});
|
|
624
|
+
return {
|
|
625
|
+
success: true,
|
|
626
|
+
totalApplied: autoImprovementState.applied,
|
|
627
|
+
totalFailed: autoImprovementState.failed,
|
|
628
|
+
totalRollbacks: autoImprovementState.rollbacks,
|
|
629
|
+
iterations: autoImprovementState.iteration,
|
|
630
|
+
stoppedReason: 'max-iterations',
|
|
631
|
+
};
|
|
632
|
+
}
|
|
633
|
+
catch (error) {
|
|
634
|
+
const errorMessage = error instanceof Error ? error.message : String(error);
|
|
635
|
+
autoImprovementState.lastError = errorMessage;
|
|
636
|
+
onProgress?.({
|
|
637
|
+
type: 'failed',
|
|
638
|
+
message: `Fatal error: ${errorMessage}. Rolling back to checkpoint...`,
|
|
639
|
+
});
|
|
640
|
+
// Rollback on fatal error
|
|
641
|
+
const rollbackResult = rollbackToCheckpoint(workingDir, checkpoint.branch);
|
|
642
|
+
if (rollbackResult.success) {
|
|
643
|
+
autoImprovementState.rollbacks++;
|
|
644
|
+
onProgress?.({
|
|
645
|
+
type: 'rollback',
|
|
646
|
+
message: 'Successfully rolled back to safety checkpoint',
|
|
647
|
+
});
|
|
648
|
+
}
|
|
649
|
+
return {
|
|
650
|
+
success: false,
|
|
651
|
+
totalApplied: autoImprovementState.applied,
|
|
652
|
+
totalFailed: autoImprovementState.failed,
|
|
653
|
+
totalRollbacks: autoImprovementState.rollbacks,
|
|
654
|
+
iterations: autoImprovementState.iteration,
|
|
655
|
+
stoppedReason: 'error',
|
|
656
|
+
error: errorMessage,
|
|
657
|
+
};
|
|
658
|
+
}
|
|
659
|
+
finally {
|
|
660
|
+
autoImprovementState.isRunning = false;
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
/**
|
|
664
|
+
* Emergency rollback - use if something goes wrong
|
|
665
|
+
*/
|
|
666
|
+
export function emergencyRollback(workingDir) {
|
|
667
|
+
try {
|
|
668
|
+
// Find the most recent safety checkpoint
|
|
669
|
+
const tags = execSync('git tag -l "auto-improve-checkpoint-*" --sort=-version:refname', {
|
|
670
|
+
cwd: workingDir,
|
|
671
|
+
encoding: 'utf-8',
|
|
672
|
+
}).trim().split('\n');
|
|
673
|
+
if (tags.length === 0 || !tags[0]) {
|
|
674
|
+
return { success: false, message: 'No safety checkpoint found' };
|
|
675
|
+
}
|
|
676
|
+
const checkpoint = tags[0];
|
|
677
|
+
// Hard reset to checkpoint
|
|
678
|
+
execSync(`git reset --hard ${checkpoint}`, { cwd: workingDir, encoding: 'utf-8' });
|
|
679
|
+
// Clean up the tag
|
|
680
|
+
execSync(`git tag -d ${checkpoint}`, { cwd: workingDir, encoding: 'utf-8' });
|
|
681
|
+
// Rebuild
|
|
682
|
+
try {
|
|
683
|
+
execSync('npm run build', { cwd: workingDir, encoding: 'utf-8' });
|
|
684
|
+
}
|
|
685
|
+
catch {
|
|
686
|
+
// Build might fail, that's okay for emergency rollback
|
|
687
|
+
}
|
|
688
|
+
return {
|
|
689
|
+
success: true,
|
|
690
|
+
message: `Rolled back to checkpoint ${checkpoint}. Run 'npm run build' to rebuild.`,
|
|
691
|
+
};
|
|
692
|
+
}
|
|
693
|
+
catch (error) {
|
|
694
|
+
return {
|
|
695
|
+
success: false,
|
|
696
|
+
message: `Rollback failed: ${error instanceof Error ? error.message : String(error)}`,
|
|
697
|
+
};
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
//# sourceMappingURL=selfImprovement.js.map
|