estimateComplexityHeuristic
estimateComplexityHeuristic(
options,config?):ComplexityScore
Defined in: scoring/evaluator.ts:236
Quick complexity estimation without AI (heuristic-based) Useful when LLM is unavailable or for fast pre-filtering
Parameters
Section titled “Parameters”options
Section titled “options”filesChanged?
Section titled “filesChanged?”number
hasDependencyChanges?
Section titled “hasDependencyChanges?”boolean
hasTests?
Section titled “hasTests?”boolean
isCriticalPath?
Section titled “isCriticalPath?”boolean
isRefactor?
Section titled “isRefactor?”boolean
linesChanged?
Section titled “linesChanged?”number
config?
Section titled “config?”EvaluatorConfig = {}