-
Notifications
You must be signed in to change notification settings - Fork 1
Simplification
koder0x edited this page Jul 22, 2026
·
4 revisions
deploy complexity-pruner:
- identify "true refactoring opportunities" (not evolutive refactoring), bugs, issues in the codebase
- flag advice or low-priority warnings
- operate on tracked updated files; otherwise look at the last commit
- report only, no changes allowed
fan out complexity-pruner instances:
- avoid Test and FE project
- identify "true refactoring opportunities" (not evolutive refactoring), bugs, issues in the codebase
- flag advice or low-priority warnings
- operate on tracked updated files; otherwise look at the last commit
- report only, no changes allowed