You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api contains the shared API types consumed by toolchain-common.
7
+
When reviewing toolchain-common changes:
8
+
- Check if toolchain-common is using deprecated or outdated fields or types from api - suggest migrating to the recommended alternatives.
9
+
- 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.
10
+
- If toolchain-common duplicates constants or type definitions that already exist in api, suggest using the api definitions instead.
11
+
- Flag if toolchain-common is making assumptions about api's internal state or behavior that isn't documented or guaranteed.
12
+
- Check if changes in toolchain-common (especially in pkg/cluster, pkg/condition, pkg/configuration, pkg/status) align with api patterns and conventions.
0 commit comments