fix: threshold parameter validation in analyze-complexity
Change threshold parameter in analyze_project_complexity from union type to coerce.number with min/max validation. Fix Invalid type error that occurred with certain input formats. Add test implementation to avoid real API calls and proper tests for parameter validation.
This commit is contained in:
5
.changeset/happy-snails-train.md
Normal file
5
.changeset/happy-snails-train.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'task-master-ai': patch
|
||||
---
|
||||
|
||||
fix threshold parameter validation and testing for analyze-complexity.
|
||||
Reference in New Issue
Block a user