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:
@@ -16,8 +16,9 @@ from simulation.sim_context import ContextSimulation
|
||||
def test_context_simulation_run() -> None:
|
||||
"""
|
||||
|
||||
Verifies that the ContextSimulation runs the correct sequence of user actions:
|
||||
discussion switching, context building (md_only), and history truncation.
|
||||
|
||||
Verifies that the ContextSimulation runs the correct sequence of user actions:
|
||||
discussion switching, context building (md_only), and history truncation.
|
||||
"""
|
||||
mock_client = MagicMock()
|
||||
mock_client.wait_for_server.return_value = True
|
||||
|
||||
Reference in New Issue
Block a user