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:
@@ -62,9 +62,10 @@ def test_run_powershell_optional_qa_callback() -> None:
|
||||
|
||||
def test_end_to_end_tier4_integration(vlogger) -> None:
|
||||
"""
|
||||
1. Start a task that triggers a tool failure.
|
||||
2. Ensure Tier 4 QA analysis is run.
|
||||
3. Verify the analysis is merged into the next turn's prompt.
|
||||
|
||||
1. Start a task that triggers a tool failure.
|
||||
2. Ensure Tier 4 QA analysis is run.
|
||||
3. Verify the analysis is merged into the next turn's prompt.
|
||||
"""
|
||||
# Trigger a send that results in a tool failure
|
||||
# (In reality, the tool loop handles this)
|
||||
|
||||
Reference in New Issue
Block a user