refactor(sdm): Global pass with refined 'External Only' SDM tags. Pruned redundant internal references and fixed indentation logic in injector. Verified full project compilation.
This commit is contained in:
@@ -86,4 +86,4 @@ def test_comms_log_filter_not_applied_for_prior_session(app_instance):
|
||||
log_to_render = app.prior_session_entries if app.is_viewing_prior_session else list(app._comms_log)
|
||||
if app.ui_focus_agent and not app.is_viewing_prior_session:
|
||||
log_to_render = [e for e in log_to_render if e.get("source_tier") == app.ui_focus_agent]
|
||||
assert len(log_to_render) == 2
|
||||
assert len(log_to_render) == 2
|
||||
Reference in New Issue
Block a user