smthrs eval — Run fixed evaluation suites and compare committed score baselines

Usage: smthrs eval <command>

Commands:
  baseline  Write a committed baseline from a saved evaluation run
  compare   Compare a saved run with a baseline; exit 1 for regressions and 5 for inconclusive results
  list      List evals/**/*.eval.ts modules without executing them
  run       Execute a suite's CaseExecutor and bound scorers, then persist its results

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
