diff --git a/implementation_plan.md b/implementation_plan.md index 8399bcc..75e905b 100644 --- a/implementation_plan.md +++ b/implementation_plan.md @@ -38,4 +38,12 @@ Transition the system from a functional prototype to a scalable, production-read ## Verification Status - **Infrastructure**: Services definitions validated. - **Logic**: Worker loop, recovery logic, and Headless-Plus persistence bridge implemented (**Field Verified**). +- **Logic**: Worker loop, recovery logic, and Headless-Plus persistence bridge implemented (**Field Verified**). - **Readiness**: Configured for production deployment. + +## v1.0.1 Hotfix Plan +- **Goal**: Enhance evasion by integrating GhostCursor into standard navigation and re-verifying constraints. +- **Changes**: + - `src/browser/manager.py`: Integrate `GhostCursorEngine` for human-like movement during navigation. + - **Verification**: Run unit tests (`test_ghost_cursor`) and TLS checks (`verify_tls`). + - **Ops**: Verify `docker-compose.yml` CPU limits for Bezier overhead.