feat(sdm): inject structural dependency mapping tags across codebase
Adds [C: caller] tags to functions/methods and [M: mutation] / [U: usage] tags to class variables based on cross-module call analysis.
This commit is contained in:
@@ -25,7 +25,8 @@ def mock_project():
|
||||
def test_rag_integration(mock_project):
|
||||
"""
|
||||
|
||||
Integration test verifying the flow from AppController through RAGEngine to ai_client.
|
||||
|
||||
Integration test verifying the flow from AppController through RAGEngine to ai_client.
|
||||
"""
|
||||
# 1. Initializes a mock project and AppController.
|
||||
# We patch several components to avoid side effects during initialization.
|
||||
|
||||
Reference in New Issue
Block a user