# cc-steer rebuild-context


Rebuild stored contexts from their source session transcripts.


``` bash
cc-steer rebuild-context [OPTIONS]
```


Deploy the fixed capture code to the daemon first, run this once, then run it again -- rows ingested mid-sweep are picked up by the second pass, which converges to zero changes.


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


    Usage: cc-steer rebuild-context [OPTIONS]

      Rebuild stored contexts from their source session transcripts.

      Deploy the fixed capture code to the daemon first, run this once, then run
      it again -- rows ingested mid-sweep are picked up by the second pass, which
      converges to zero changes.

    Options:
      --db FILE  Database path. Defaults to ~/.cc-steer/feedback.db.
      --dry-run  Preview the full report without writing anything.
      --help     Show this message and exit.


# Options


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

`--dry-run`  
Preview the full report without writing anything.
