Skip to content

Detector CLI

The detector checks source files for deterministic design and implementation anti-patterns.

bash
npx impeccable detect src/

Use --json when another tool needs structured findings:

bash
npx impeccable detect --json src/

The detector complements critique and audit. It can prove that a known pattern exists, but it cannot replace judgment about hierarchy, clarity, emotional fit, or product truth.