Skip to content
Merged
Changes from all 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
5 changes: 4 additions & 1 deletion .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ reviews:
comments, or unrelated refactors. When changed code introduces a local implementation of a
cross-cutting concern, check whether it bypasses or duplicates an established repository
abstraction or nearby convention. Report only a concrete inconsistency with behavioral or
maintenance impact, and allow intentional deviations.
maintenance impact, and allow intentional deviations. Treat the linked issue and this PR
description as the scope boundary. When a confirmed defect needs work beyond that boundary
and this PR does not create the hazard, do not request changes for it. List it once in the
walkthrough under follow-up candidates, with one line for the trigger.

- path: "**/*.{ts,tsx,js,jsx,mts,mjs,cts,cjs}"
instructions: >-
Expand Down
Loading