refactor: make review facade thin
This commit is contained in:
+2
-1
@@ -26,7 +26,8 @@ as a PR comment and does not block CI.
|
||||
| `entrypoints/webhook.py` | HTTP ingress, signature verification, opt-in gate, concurrency |
|
||||
| `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` | Review orchestration implementation |
|
||||
| `review/ai_review.py` | Small public review facade |
|
||||
| `review/_legacy.py` | Current review implementation, retained privately during extraction |
|
||||
| `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 |
|
||||
|
||||
Reference in New Issue
Block a user