CLI: vyasa score
Usage: vyasa score [OPTIONS] COMMAND [ARGS]...
Dispatch validator and manage scores
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘
┌─ Commands ───────────────────────────────────────────────────────────────────┐
│ run Dispatch a validator to score a proposer's output. │
│ status Show the scores for a session (auto + validator, if present). │
│ retry Re-dispatch validator after self-correction (creates │
│ auto_score_N.yaml). │
└──────────────────────────────────────────────────────────────────────────────┘
vyasa score run
Usage: vyasa score run [OPTIONS] SESSION_ID
Dispatch a validator to score a proposer's output.
Without --validator: runs deterministic content analysis (sync).
With --validator: dispatches a coding assistant as validator (async).
┌─ Arguments ──────────────────────────────────────────────────────────────────┐
│ * session_id TEXT Proposer session ID to score [required] │
└──────────────────────────────────────────────────────────────────────────────┘
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --skill -s TEXT Validator skill ID [default: reviewer] │
│ --validator TEXT Coding assistant ID to use as validator (async │
│ dispatch) │
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘
vyasa score status
Usage: vyasa score status [OPTIONS] SESSION_ID
Show the scores for a session (auto + validator, if present).
┌─ Arguments ──────────────────────────────────────────────────────────────────┐
│ * session_id TEXT Session ID to check score for [required] │
└──────────────────────────────────────────────────────────────────────────────┘
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘
vyasa score retry
Usage: vyasa score retry [OPTIONS] SESSION_ID
Re-dispatch validator after self-correction (creates auto_score_N.yaml).
┌─ Arguments ──────────────────────────────────────────────────────────────────┐
│ * session_id TEXT Proposer session ID to retry [required] │
└──────────────────────────────────────────────────────────────────────────────┘
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --skill -s TEXT Validator skill ID [default: reviewer] │
│ --validator TEXT Coding assistant ID to use as validator (async │
│ dispatch) │
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘