mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 07:06:45 +03:00
Delegate detection to @impeccable/detect package, add live command
Replace local detection engine dependency with @impeccable/detect (BSL-1.1 licensed, github:pbakaus/impeccable-detect). The main CLI now delegates both `detect` and `live` commands to the external package. Update critique skill to use `npx @impeccable/detect live` instead of python3 http.server for serving the browser detection overlay. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
740f2a1975
commit
3edb1bbe40
+1
-6
@@ -7,16 +7,11 @@
|
||||
},
|
||||
"files": [
|
||||
"bin/",
|
||||
"source/skills/critique/scripts/detect-antipatterns.mjs",
|
||||
"source/skills/critique/scripts/detect-antipatterns-browser.js",
|
||||
"lib/download-providers.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"dependencies": {
|
||||
"jsdom": "^29.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"puppeteer": "^24.39.1"
|
||||
"@impeccable/detect": "github:pbakaus/impeccable-detect"
|
||||
},
|
||||
"description": "Detect UI anti-patterns and design quality issues from the command line",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user