refactor: split review pipeline responsibilities

This commit is contained in:
Claude
2026-09-01 01:14:49 +00:00
parent c948f2818b
commit 87dd695d97
9 changed files with 2459 additions and 2380 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ from __future__ import annotations
import importlib
import sys
_implementation = importlib.import_module("review._legacy")
_implementation = importlib.import_module("review.pipeline")
sys.modules[__name__] = _implementation