smthrs migrate — Inventory, plan, or apply the 0.x-to-1.x source migration

Usage: smthrs migrate [path] [options]

Arguments:
  path

Options:
  --root <string>               Project directory; defaults to the nearest Smithers project
  --remote <string>             Remote control plane URL; defaults to SMITHERS_REMOTE
  --credential <string>         Remote credential; defaults to SMITHERS_API_KEY
  --mcp-config <string>         Path to the configured MCP servers
  --quiet                       Suppress progress messages
  --scan
  --apply
  --seat <string>
  --allow-unsafe <string>
  --acknowledge-run-state
  --allow-no-vcs
  --keep-old-sources
  --unit <string>
  --max-repair-rounds <number>
  --report-dir <string>
  --flows-dir <string>
  --verify-install <string>
  --verify-format <string>
  --verify-typecheck <array>
  --verify-test <string>

Custom Global Options:
  --audience <auto|human|agent>  Presentation audience; auto detects agent harnesses, CI, and terminals (default: auto)
  --silent                       Suppress progress; retain the result and actionable failures
  --ui <auto|tty|stream|plain>   Terminal renderer: tty draws in place, stream colours without cursor motion, plain prints bare lines; auto shows live human progress; agent, --silent, pipe and dumb-terminal policies take precedence (default: auto)

Global Options:
  --filter-output <keys>              Filter output by key paths (e.g. foo,bar.baz,a[0,3])
  --format <toon|json|yaml|md|jsonl>  Output format
  --full-output                       Show full output envelope
  --help                              Show help
  --llms, --llms-full                 Print LLM-readable manifest
  --schema                            Show JSON Schema for command
  --token-count                       Print token count of output (instead of output)
  --token-limit <n>                   Limit output to n tokens
  --token-offset <n>                  Skip first n tokens of output
