@staff0rd/assist 0.261.0 → 0.263.0
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 +1 -0
- package/dist/index.js +586 -429
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -154,6 +154,7 @@ The first backlog command in a repository that still has a local `.assist/backlo
|
|
|
154
154
|
- `assist verify all` - Run all checks, ignoring diff-based filters
|
|
155
155
|
- `assist verify init` - Add verify scripts to a project (writes to `assist.yml` by default; pass `--package-json` to write to `package.json` scripts instead)
|
|
156
156
|
- `assist verify hardcoded-colors` - Check for hardcoded hex colors in src/ (supports `hardcodedColors.ignore` globs in config)
|
|
157
|
+
- `assist verify comment-policy` - Flag comments added on changed lines (staged + unstaged) unless they carry a justification marker; supports `commentPolicy.markers` and `commentPolicy.ignore` globs in config
|
|
157
158
|
- `assist lint [-f, --fix]` - Run lint checks for conventions not enforced by biomejs (use `-f` to auto-fix)
|
|
158
159
|
- `assist lint init` - Initialize Biome with standard linter config
|
|
159
160
|
- `assist refactor check [pattern]` - Check for files that exceed the maximum line count
|