UNPKG

repository-analyzer

Version:

Transform code repositories into strategic intelligence using extensible AI agents. Analyze technical debt, business value, and deployment readiness automatically.

22 lines 650 B
import { AgentOrchestrator } from './AgentOrchestrator'; import { AgentDiscovery } from './AgentDiscovery'; export declare class RepositoryAnalyzer { private orchestrator; private discovery; private program; constructor(); private setupCLI; private getVersion; main(): Promise<number>; private printBanner; private promptForPath; private getDefaultOutputDir; private determineAgents; private showPreview; private confirmExecution; private displayResults; private openResults; private interactiveConfig; } export { AgentDiscovery, AgentOrchestrator }; //# sourceMappingURL=index.d.ts.map