Reference
CLI
Every command the CLI supports, every flag that's wired to behavior. No dead parameters, the codebase enforces that every declared flag drives runtime logic.
Commands
ifixai run
Run the test suite (Standard or Full mode).
ifixai init
Onboarding wizard: verifies the smoke fixture exists, detects which provider env vars are set, and prints a suggested first-run command.
ifixai list tests
List all 32 tests with ID, category, threshold, weight, mode.
ifixai list fixtures
List the available built-in fixtures.
ifixai validate <file>
Validate a fixture YAML/JSON file against the schema. Non-zero exit on failure.
ifixai compare <baseline> <enhanced>
Vendor-neutral comparison report between two scorecard.json files.
Common recipes
Local smoke test
Single-test debugging
CI regression gate
Full-mode leaderboard run
Vendor-neutral comparison
Exit codes
✓
Every flag is wired
A code-style rule in the project: no dead CLI parameters. Every flag listed here drives runtime behavior somewhere in the codebase. If you find one that doesn't, it's a bug.