feat: code quality audit + autoresearch integration + infra hardening (#150)

This commit is contained in:
Alexander Whitestone
2026-03-08 12:50:44 -04:00
committed by GitHub
parent fd0ede0d51
commit ae3bb1cc21
186 changed files with 5129 additions and 3289 deletions

View File

@@ -24,6 +24,7 @@ def test_ws_manager_initial_state():
async def test_ws_manager_event_history_limit():
"""History is trimmed to maxlen after broadcasts."""
import collections
mgr = WebSocketManager()
mgr._event_history = collections.deque(maxlen=5)
for i in range(10):