smthrs target — Execute one PACKAGE.ts label with its flavor-implied verb (the bare-label form)

Usage: smthrs target <pattern> [options]

Arguments:
  pattern  Bazel label or recursive pattern

Options:
  --workspace, -w <string>  Directory inside a workspace containing WORKSPACE.ts (default: <cwd>)
  --cache-dir <string>      Workspace-relative cache directory; overrides the WORKSPACE.ts declaration
  --verbose                 Show plain progress for agent and pipe consumers
  --plan                    Print the inert plan instead of executing
  --jobs, -j <number>       Maximum concurrent targets; defaults to host parallelism. Exclusive targets run alone after ready ordinary work
  --include-exclusive       Include exclusive targets in wildcard ci/test selections; explicit labels already include them
  --cache                   Consult the result cache before running; --no-cache bypasses reads (default: true)
  --write                   Apply Diff/Generate/CiGen targets instead of checking drift
  --fix                     Apply agent lint fixes inside the declared fixes write-set
  --message, -m <string>    Commit message for a Git.Commit target; wins over the declared message
  --sweep                   Let a Git.Commit target with no declared path scope commit the whole working tree
  --input, -i <array>       Payload input for agent targets as name=value; repeatable

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
