# cc-steer shadow report


Join shadow proposals against the interventions users actually made.


``` bash
cc-steer shadow report [OPTIONS]
```


Feedback events carry no turn index, so the join is time within a session: a steer is a HIT when the same session shows a real feedback event within `--window` minutes after the proposal fired, and a nuisance candidate otherwise. Also reports stage-2/3 abstention rates, per-category hit counts, the drafter's sentinel-probability distribution, proposals per session, and the sessions that produced proposals. No LLM calls.


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


    Usage: cc-steer shadow report [OPTIONS]

      Join shadow proposals against the interventions users actually made.

      Feedback events carry no turn index, so the join is time within a session: a
      steer is a HIT when the same session shows a real feedback event within
      ``--window`` minutes after the proposal fired, and a nuisance candidate
      otherwise. Also reports stage-2/3 abstention rates, per-category hit counts,
      the drafter's sentinel-probability distribution, proposals per session, and
      the sessions that produced proposals. No LLM calls.

    Options:
      --window INTEGER          Minutes after a proposal within which a real
                                intervention counts as a hit.  [default: 30]
      --json                    Emit the summary as JSON.
      --db FILE                 Database path. Defaults to ~/.cc-
                                steer/feedback.db.
      --shadow-db FILE          Shadow ledger path. Defaults to ~/.cc-
                                steer/shadow.db.
      --journal-repo DIRECTORY  Repository whose cc-notes journal records this
                                report.
      --help                    Show this message and exit.


# Options


`--window: INTEGER = 30`  
Minutes after a proposal within which a real intervention counts as a hit.

`--json`  
Emit the summary as JSON.

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

`--shadow-db: FILE`  
Shadow ledger path. Defaults to ~/.cc-steer/shadow.db.

`--journal-repo: DIRECTORY`  
Repository whose cc-notes journal records this report.
