CLI Reference

ackit init --dry-run
ackit scan --ci --changed --staged --since --range --baseline --watch --fail-below
ackit readiness --fail-below 80 --strict --baseline --compare --json
ackit optimize --fix --dry-run --profile codex --explain --category --min-severity --format
ackit diagnostics --json | bundle --out ./diag.zip --redact-check
ackit dashboard --host 127.0.0.1 --port 0 --allow-nonlocal --open
ackit instructions --provider codex --profile codex --for <path> --explain --json
ackit pack --max-tokens 50000 --profile codex --include <glob> --changed
ackit skills list/validate/install
ackit task create/list/start/complete
ackit policy check
ackit config check
ackit cache clean
ackit mcp serve

Every command supports --json and --help. Exit codes: 0 ok, 1 threshold, 2 usage/config, 3 env, 4 security, 5 internal.