# cc-steer pipeline run


Run one budgeted pass over every stage: scan, triage, refine, enrich, export.


``` bash
cc-steer pipeline run [OPTIONS]
```


A weekly pass adds the auditor and the mechanical eval before the export. A stage failure is recorded and skipped past so later stages still run, a failed HF push downgrades to a local-only export, and with `--journal-repo` the pass appends its one-line summary to that repo's cc-notes journal. Exits nonzero when any stage failed.


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


    Usage: cc-steer pipeline run [OPTIONS]

      Run one budgeted pass over every stage: scan, triage, refine, enrich,
      export.

      A weekly pass adds the auditor and the mechanical eval before the export. A
      stage failure is recorded and skipped past so later stages still run, a
      failed HF push downgrades to a local-only export, and with ``--journal-
      repo`` the pass appends its one-line summary to that repo's cc-notes
      journal. Exits nonzero when any stage failed.

    Options:
      --weekly                  Also run the auditor and the mechanical eval this
                                pass.
      --auto-weekly             Treat Sunday runs as weekly; the launchd agent's
                                mode.
      --push / --no-push        Push the export to HuggingFace.  [default: push]
      --triage-limit INTEGER    Judge at most this many.  [default: 300]
      --refine-limit INTEGER    Refine at most this many.  [default: 200]
      --enrich-limit INTEGER    Enrich at most this many.  [default: 200]
      --concurrency INTEGER     Maximum concurrent claude subshells.  [default: 8]
      --journal-repo DIRECTORY  Repository whose cc-notes journal records this
                                pass.
      --db FILE                 Database path. Defaults to ~/.cc-
                                steer/feedback.db.
      --help                    Show this message and exit.


# Options


`--weekly`  
Also run the auditor and the mechanical eval this pass.

`--auto-weekly`  
Treat Sunday runs as weekly; the launchd agent's mode.

`--push, --no-push`  
Push the export to HuggingFace.

`--triage-limit: INTEGER = 300`  
Judge at most this many.

`--refine-limit: INTEGER = 200`  
Refine at most this many.

`--enrich-limit: INTEGER = 200`  
Enrich at most this many.

`--concurrency: INTEGER = 8`  
Maximum concurrent claude subshells.

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

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