When you have multiple repositories, keeping coding standards consistent is a challenge. Kodus supports rule inheritance so you can define rules once and apply them everywhere.Documentation Index
Fetch the complete documentation index at: https://docs.kodus.io/llms.txt
Use this file to discover all available pages before exploring further.
Organization-level rules
Create rules at the organization level and they automatically apply to all repositories:- Go to Code Review Settings → Global → Kody Rules
- Create your rules — they apply to every repository in the organization
- Individual repositories can inherit, override, or exclude specific rules
Rule inheritance
Rules flow down from organization → repository → directory:- Organization rules apply everywhere by default
- Repository rules can override or extend organization rules
- Directory rules can further specialize for specific paths
Cross-repository references
Use@repo:org/project in rule instructions to reference files from other repositories: