migration: preserve mentor and llm streaming slice

This commit is contained in:
leefer
2026-07-31 04:18:53 +08:00
parent 4bab921d14
commit 2919229c73
26 changed files with 1705 additions and 1222 deletions
+1
View File
@@ -50,6 +50,7 @@ class FeatureBoundaryTests(unittest.TestCase):
def test_each_migrated_feature_owns_one_application_service(self) -> None:
expected = {
"alerts/service.py": "AlertService",
"mentor/service.py": "MentorServiceMixin",
"review/trade_journal.py": "TradeJournalService",
"screener/tracking.py": "StrategyTrackingService",
}