Real captures from a human-initiated `npx impeccable install` in a scratch
directory (engine 0.1.3, linux-x64), never a runtime download:
- test/fixtures/impeccable-antipatterns.json: upstream
crates/live/assets/antipatterns.json at 87d8f6d6 (the state engine-v0.1.3
shipped), 61 rules, source commit recorded in `_source`.
- test/fixtures/impeccable-detect-sample.json: `detect --json` over gstack's
planted-slop fixture (source mode), paths normalized.
- test/fixtures/review-eval-design-slop.dom.html + impeccable-detect-dom-sample.json:
the same page served locally, dumped through the browse engine with the
shared DOM-dump script, then scanned. Pins the load-bearing assumption
that the static engine reads inline <style> in a .html file: the DOM scan
yields the same id set as the source scan.
- lib/dom-dump-script.ts: the one dump script both browser engines evaluate
(IIFE, no single quotes). Folds CSSOM rgb() back to author hex so palette
rules still fire, and removes inlined <link> nodes so the engine does not
warn about an unresolvable stylesheet. Both verified against the engine.
- test/fixtures/impeccable-detect-help.txt + impeccable-captures.meta.json:
the flags, exit codes, finding fields, and re-capture protocol.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>