Cookbook
Recipes for common situations. Each one starts with a problem statement and ends with a working set of commands or config.
| Recipe | When to read it |
|---|---|
| Migrate from clippy | You have a Rust project on clippy and want Cha alongside or instead of it. |
| CI on a monorepo | One repo, many packages, PRs only touch a few of them. |
| Suppress in legacy code | You're adopting Cha mid-flight and CI is drowning in pre-existing findings. |
| Custom plugin in 50 lines | You want a project-specific detector, today. |
| Calibrate to your codebase | The defaults feel too strict or too loose for your code. |
| Baseline workflow | Day-to-day rhythm of generating, comparing, and refreshing a baseline. |
If you're new, start with CLI quick start and come back here once cha analyze is producing output.