Commit graph

4 commits

Author SHA1 Message Date
32179b2190 feat(phase3): Implement Evasion & Resilience Layer + TLS Alignment
- Implement GhostCursorEngine with Bezier curves/Fitts's Law in src/browser/ghost_cursor.py
- Implement EntropyScheduler (Gaussian jitter/phase drift) in src/core/scheduler.py
- Implement MobileProxyRotator (sticky sessions) in src/core/proxy.py
- Update CamoufoxManager to target Chrome 124 for TLS consistency
- Add manual TLS verification script (tests/manual/verify_tls.py)
- Update implementation plan and walkthrough documentation
2025-12-23 11:56:20 +08:00
2e3895f1bf Updated implementation plan and walkthough 2025-12-23 11:46:18 +08:00
ef370dacff Added __aenter__/__aexit__ requirement to CamoufoxManager for memory cleanup. 2025-12-22 17:34:51 +08:00
bd47e994d5 add implementation_plan.md from antigravity brain directory 2025-12-22 17:31:53 +08:00