# cc-steer predict


Predict a steering decision from recorded evidence.


``` bash
cc-steer predict [OPTIONS]
```


v0 is evidence-only: it returns the matching corrections without choosing an option, so callers integrate against the final shape while the ranking model lands in a later experiment.


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: cc-steer predict [OPTIONS]

      Predict a steering decision from recorded evidence.

      v0 is evidence-only: it returns the matching corrections without choosing an
      option, so callers integrate against the final shape while the ranking model
      lands in a later experiment.

    Options:
      --question TEXT  The decision question to resolve.  [required]
      --option TEXT    A candidate option. May be repeated.
      --header TEXT    Optional header framing the decision.
      --repo TEXT      Restrict evidence to a single repository.
      --json           Emit the prediction as JSON.
      --db FILE        Database path. Defaults to ~/.cc-steer/feedback.db.
      --help           Show this message and exit.


# Options


`--question: TEXT`  
**Required.** The decision question to resolve.

`--option: TEXT`  
A candidate option. May be repeated.

`--header: TEXT`  
Optional header framing the decision.

`--repo: TEXT`  
Restrict evidence to a single repository.

`--json`  
Emit the prediction as JSON.

`--db: FILE`  
Database path. Defaults to ~/.cc-steer/feedback.db.
