# cc-steer pairs


Print the refined training pairs -- the pipeline's deliverable.


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


Each pair is one atomic direction: a faithful re-synthesis of what Claude did, the verbatim user excerpt, and the distilled one-sentence direction.


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


    Usage: cc-steer pairs [OPTIONS]

      Print the refined training pairs -- the pipeline's deliverable.

      Each pair is one atomic direction: a faithful re-synthesis of what Claude
      did, the verbatim user excerpt, and the distilled one-sentence direction.

    Options:
      --jsonl    Emit full pairs as JSON lines for fine-tuning export.
      --db FILE  Database path. Defaults to ~/.cc-steer/feedback.db.
      --help     Show this message and exit.


# Options


`--jsonl`  
Emit full pairs as JSON lines for fine-tuning export.

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