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
@@ -27,7 +27,7 @@ as a PR comment and does not block CI.
| `review/config.py` | Trusted base-branch opt-in policy; transport injected for tests |
| `entrypoints/gitea.py` | HTTP transport adapter and repository-scoped client |
| `review/ai_review.py` | Small public review facade |
| `review/_legacy.py` | Current review implementation, retained privately during extraction |
| `review/pipeline.py` | Review orchestration and compatibility implementation |
| `ai_review.py` | Compatibility shim for existing imports and CI execution |
| `review/model.py` | Anthropic-compatible model adapter and response text extraction |
| `review/opencode.py` | Hostile-checkout containment and agent execution |