The cookbook provides ready-to-use recipes for common dependency rule scenarios. Each recipe shows the problem, a complete configuration, and the expected result so you can adapt it to your project immediately.
Recipes¶
| Recipe | Description |
|---|---|
| Layered Architecture | Enforce dependency direction in a layered architecture |
| Hexagonal Architecture | Isolate domain from infrastructure with bounded contexts |
| Clean Architecture | Enforce concentric layer dependencies |
| Named Capture Recipes | Reusable patterns with {name} captures |
| Monorepo | Lint multiple packages in a monorepo |
| Gradual Adoption | Introduce dependency linting incrementally |