Clarify detector accepts markup files, not CSS-only

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-03-19 18:10:54 -07:00
co-authored by Claude Opus 4.6
parent cda5e42fa9
commit 87067cad7e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ After forming your own assessment, run the bundled deterministic detector to cat
node scripts/detect-antipatterns.mjs --json [--fast] [target]
```
- Pass files or directories as `[target]`
- Pass HTML/JSX/TSX/Vue/Svelte files or directories as `[target]` (anything with markup). Do not pass CSS-only files.
- For URLs, skip the CLI scan (it requires Puppeteer). Use browser visualization instead.
- For large directories (200+ scannable files), use `--fast` (regex-only, skips jsdom)
- For 500+ files, narrow scope or ask the user
+1 -1
View File
@@ -38,7 +38,7 @@ After forming your own assessment, run the bundled deterministic detector to cat
node scripts/detect-antipatterns.mjs --json [--fast] [target]
```
- Pass files or directories as `[target]`
- Pass HTML/JSX/TSX/Vue/Svelte files or directories as `[target]` (anything with markup). Do not pass CSS-only files.
- For URLs, skip the CLI scan (it requires Puppeteer). Use browser visualization instead.
- For large directories (200+ scannable files), use `--fast` (regex-only, skips jsdom)
- For 500+ files, narrow scope or ask the user