/** * Convention analyzer — detects linting, formatting, error handling patterns, and code conventions. * Extends projectContext.conventions with tool-level details. */ import type { ProjectContext } from '../../store/project-detect.js'; import type { ConventionAnalysis } from '../index.js'; export declare function analyzeConventions(projectRoot: string, projectContext: ProjectContext): ConventionAnalysis; //# sourceMappingURL=conventions.d.ts.map