@staff0rd/assist 0.268.0 → 0.269.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -229,7 +229,7 @@ The first backlog command in a repository that still has a local `.assist/backlo
229
229
  - `assist complexity <pattern>` - Analyze a file (all metrics if single match, maintainability if multiple)
230
230
  - `assist complexity cyclomatic [pattern]` - Calculate cyclomatic complexity per function
231
231
  - `assist complexity halstead [pattern]` - Calculate Halstead metrics per function
232
- - `assist complexity maintainability [pattern]` - Calculate maintainability index per file
232
+ - `assist complexity maintainability [pattern]` - Calculate maintainability index per file (`--ignore <glob>`, repeatable, excludes extra files on top of `complexity.ignore`)
233
233
  - `assist complexity sloc [pattern]` - Count source lines of code per file
234
234
  - `assist transcript configure` - Configure transcript directories
235
235
  - `assist transcript format` - Convert VTT files to formatted markdown transcripts