Complexity Crew¶
The Complexity crew assesses the maintainability and complexity of code changes.
Responsibilities¶
- Evaluate code for cyclomatic complexity, readability, and modularity.
- Identify areas that may increase technical debt.
- Contribute to the overall impact score for merge requests.
Implementation¶
- Uses an AI agent configured via
agents.yamlandtasks.yaml. - Runs as part of the main flow pipeline.
See also: Flow Engine