Hardening autonomous navigation: Implemented Modal Guards, Transient Drift Protection (WhatsApp fix), and Aggressive Recovery paths. Cleaned up diagnostic artifacts.

This commit is contained in:
2026-04-17 12:57:12 +02:00
parent 89f14463c5
commit 0aeed11186
35 changed files with 1802 additions and 460 deletions

4
run_test.py Normal file
View File

@@ -0,0 +1,4 @@
import pytest
from tests.unit.test_profile_interaction_sync import test_profile_grid_sync_delay_after_follow
import sys
pytest.main(["-v", "-s", "tests/unit/test_profile_interaction_sync.py"])