refactor: split review pipeline responsibilities
This commit is contained in:
@@ -26,8 +26,8 @@ review_pr facade/orchestrator
|
||||
The external seam is `ai_review.review_pr(...)`: one call represents one review
|
||||
attempt and returns success/skip status. The top-level module and
|
||||
`review/ai_review.py` are compatibility facades; the current implementation is
|
||||
temporarily isolated in `review/_legacy.py` while its responsibilities are
|
||||
extracted into smaller modules.
|
||||
implemented by `review/pipeline.py`, with pure transforms and adapters split
|
||||
into the neighboring modules.
|
||||
|
||||
The internal seams are deliberately narrower:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user