DESCRIPTION
  Block until one node settles

USAGE
  smthrs claude node-wait [flags] <run-id> <node-id>

ARGUMENTS
  run-id string     
  node-id string    

FLAGS
  --credential string     Bearer token for the remote control plane; prefer SMITHERS_API_KEY to avoid exposing argv
  --json                  Print the machine-readable document instead of the human rendering
  --remote string         http(s) URL of the control plane to act on; falls back to SMITHERS_REMOTE
  --quiet                 Suppress banners and progress on stderr; stdout documents still print
  --mcp-config string     Path to the JSON array of MCP servers the local executor projects into a run's flow catalog
  --root string           Project root to act on, instead of walking up from the working directory
  --timeout-ms integer    Maximum time in milliseconds to wait for the node to settle

GLOBAL FLAGS
  --help, -h                                                          Show help information
  --version, -v                                                       Show version information
  --wizard                                                            Start wizard mode for a command
  --completions <bash|zsh|fish|sh>                                    Print shell completion script (choices: bash, zsh, fish, sh)
  --log-level <all|trace|debug|info|warn|warning|error|fatal|none>    Sets the minimum log level (choices: all, trace, debug, info, warn, warning, error, fatal, none)
