Usage: apophis qualify [options]

Run scenario, stateful, protocol, or chaos-driven qualification.

Options:
  -h, --help              Display this help message
  --profile <name>        Profile name from config
  --seed <number>         Deterministic seed for reproducible runs
  --scenario <name>       Scenario name to run
  --chaos                 Enable chaos mode
  --config <path>         Path to config file
  --cwd <path>            Working directory
  --format <human|json|ndjson>  Output format
  --color <auto|always|never>   Color mode
  --quiet                 Suppress non-essential output
  --verbose               Verbose output
  --artifact-dir <path>   Directory for artifacts

Examples:
  apophis qualify --profile oauth-nightly --seed 42
  apophis qualify --profile chaos-nightly --chaos
