manifesto
Control project quality by setting warning and failure thresholds for cyclomatic complexity, cognitive complexity, file symbols, and dead code ratio.
Instructions
Manage project quality manifesto rules (thresholds for complexity, dead code, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | list |
| metric | No | Metric name: max_cyclomatic, max_cognitive, max_file_symbols, max_dead_ratio | |
| rule_name | No | Rule name (for add/remove) | |
| project_id | Yes | Project ID | |
| fail_threshold | No | Failure threshold value | |
| warn_threshold | No | Warning threshold value |