smthrs affected — Execute targets affected by changed files, conservatively including ambient inputs

Usage: smthrs affected <build|test|lint|docs|review|run|ci> <pattern> [options]

Arguments:
  verb     Target verb to execute
  pattern  Target label or recursive pattern

Options:
  --workspace <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 <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)
  --base <string>       Git base revision (default: HEAD)
  --head <string>       Git head revision; defaults to the working tree including untracked files
  --files <array>       Explicit changed paths instead of Git discovery
  --list                List selected roots and reasons without executing

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
