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:
@@ -93,4 +93,4 @@ def test_gemini_cache_fields_accessible() -> None:
|
||||
def test_anthropic_history_lock_accessible() -> None:
|
||||
"""_anthropic_history_lock must be accessible for cache hint rendering."""
|
||||
assert hasattr(ai_client, "_anthropic_history_lock")
|
||||
assert hasattr(ai_client, "_anthropic_history")
|
||||
assert hasattr(ai_client, "_anthropic_history")
|
||||
Reference in New Issue
Block a user