cc-steer profile

Print the per-category steering profile built from the refined pairs.

cc-steer profile [OPTIONS]

--repo scopes to one repository and --global aggregates all of them; pass exactly one. The mechanical profile needs no LLM; --distill rewrites it into tighter prose with one cached call, stored under ~/.cc-steer/profiles/.

Full --help output
Usage: cc-steer profile [OPTIONS]

  Print the per-category steering profile built from the refined pairs.

  ``--repo`` scopes to one repository and ``--global`` aggregates all of them;
  pass exactly one. The mechanical profile needs no LLM; ``--distill``
  rewrites it into tighter prose with one cached call, stored under ``~/.cc-
  steer/profiles/``.

Options:
  --repo TEXT         Scope the profile to one repository, by its project
                      label (e.g. 'cc-steer').
  --global            Aggregate every repository into one profile.
  --format [md|json]  Output format.  [default: md]
  --distill           Rewrite the mechanical profile into tighter prose with
                      one cached LLM call.
  --db FILE           Database path. Defaults to ~/.cc-steer/feedback.db.
  --help              Show this message and exit.

Options

--repo: TEXT
Scope the profile to one repository, by its project label (e.g. cc-steer).
--global
Aggregate every repository into one profile.
--format: CHOICE = md
Output format.
--distill
Rewrite the mechanical profile into tighter prose with one cached LLM call.
--db: FILE
Database path. Defaults to ~/.cc-steer/feedback.db.