Skip to main content

Module scale

Module scale 

Source
Expand description

Scale-Adaptive Intelligence

Automatically detects project scale and adjusts workflow recommendations.

Structs§

ComplexityAnalyzer
Analyzes project scale based on infrastructure complexity
DependencyAnalyzer
Analyzes project scale based on dependency count
FileSizeAnalyzer
Analyzes project scale based on file size metrics
HistoryAnalyzer
Analyzes project scale based on git history
ProjectContext
Context for scale detection
ScaleDetector
Detects project scale by combining multiple analyzers
ScaleRecommendation
Result of scale detection
TeamSizeAnalyzer
Analyzes project scale based on team size (contributors)

Enums§

ProjectScale
Project scale classification

Traits§

ScaleAnalyzer
Trait for scale analyzers