Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
inheritance: true
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inheritance: true to inherit global org configuration

knowledge_base:
linked_repositories:
- repository: 'codeready-toolchain/api'
instructions: >
api contains the shared API types consumed by toolchain-common.
When reviewing toolchain-common changes:
- Check if toolchain-common is using deprecated or outdated fields or types from api - suggest migrating to the recommended alternatives.
- Verify assumptions — if toolchain-common expects specific constants (condition types, reasons, labels) or type structures from api, check if those match the actual api definitions.
- If toolchain-common duplicates constants or type definitions that already exist in api, suggest using the api definitions instead.
- Flag if toolchain-common is making assumptions about api's internal state or behavior that isn't documented or guaranteed.
- Check if changes in toolchain-common (especially in pkg/cluster, pkg/condition, pkg/configuration, pkg/status) align with api patterns and conventions.

Loading