Expand description
Complexity assessment — classify tasks using code graph structure
Instead of guessing complexity from text (unreliable), we use the actual code graph to measure structural complexity. This is the GID way: let the graph tell you.
Structs§
- Complexity
Report - Result of complexity assessment
Enums§
- Complexity
- Complexity level of a task/issue
- Risk
Level - Get risk level for a set of changed files
Functions§
- assess_
complexity - Assess complexity from a problem statement
- assess_
complexity_ from_ graph - Assess complexity from the code graph structure.
- assess_
risk_ level - is_
high_ risk_ change - Quick check if a change is high-risk based on caller count