---
name: cc-steer
description: >
  Your best training data is rotting in ~/.claude. Use when writing Python code that uses the cc_steer package.
license: PolyForm-Noncommercial-1.0.0
compatibility: Requires Python >=3.13.
---

# cc-steer

Your best training data is rotting in ~/.claude.

## Installation

```bash
pip install cc-steer
```

## API overview

### Scanning

Mine feedback events out of transcripts, incrementally.

- `scan.scan`
- `scan.ScanReport`

### Detection

The signal detectors and the candidate shape they emit.

- `detectors.detect`
- `models.FeedbackCandidate`
- `models.dedup_key`

### Storage

The feedback event store.

- `store.FeedbackStore`

## Resources

- [Full documentation](https://yasyf.github.io/cc-steer/)
- [llms.txt](llms.txt) — Indexed API reference for LLMs
- [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs
- [Source code](https://github.com/yasyf/cc-steer)
