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:
2026-05-09 14:32:44 -04:00
parent 696c08692e
commit 8c06c1767b
142 changed files with 2352 additions and 990 deletions
+1 -1
View File
@@ -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