arela
Version:
AI-powered CTO with multi-agent orchestration, code summarization, visual testing (web + mobile) for blazing fast development.
9 lines • 431 B
JavaScript
/**
* Architecture Analysis Module
* Exports main analysis functions
*/
export { analyzeArchitecture } from "./architecture.js";
export { reportArchitecture, exportArchitectureJson, generateMarkdownReport } from "./reporter.js";
export { analyzeTestStrategy } from "./tests/analyzer.js";
export { reportTestStrategy, exportTestStrategyJson, writeDefaultTestReport, } from "./tests/reporter.js";
//# sourceMappingURL=index.js.map