Usage: bijux [OPTIONS] [COMMAND]

Commands:
  cli
  status
  audit
  docs
  doctor
  version
  install
  config
  plugins
  repl
  completion
  history
  memory
  help        Print this message or the help of the given subcommand(s)

Options:
  -f, --format <FORMAT>     Output format: text, json, or yaml
  -q, --quiet               Suppress command output
      --log-level <LEVEL>   Log verbosity level
      --color <MODE>        ANSI color policy
      --pretty              Pretty-print structured output
      --no-pretty           Emit compact structured output
      --config-path <PATH>  Use explicit config file path
  -h, --help                Print help

Management Commands:
runtime      status, audit, docs, doctor, version, install
config       config
plugins      plugins
state        history, memory
interaction  repl, completion, cli

Use `bijux help <command>` for command-specific help.

Examples:
  bijux status
  bijux install atlas --dry-run
  bijux config get foo
  bijux config set foo=bar
  bijux plugins list
