Expand description
Scale-Adaptive Intelligence
Automatically detects project scale and adjusts workflow recommendations.
Structs§
- Complexity
Analyzer - Analyzes project scale based on infrastructure complexity
- Dependency
Analyzer - Analyzes project scale based on dependency count
- File
Size Analyzer - Analyzes project scale based on file size metrics
- History
Analyzer - Analyzes project scale based on git history
- Project
Context - Context for scale detection
- Scale
Detector - Detects project scale by combining multiple analyzers
- Scale
Recommendation - Result of scale detection
- Team
Size Analyzer - Analyzes project scale based on team size (contributors)
Enums§
- Project
Scale - Project scale classification
Traits§
- Scale
Analyzer - Trait for scale analyzers