to approve hotfix v1.0.1

This commit is contained in:
Luciabrightcode 2025-12-23 17:23:30 +08:00
parent 8cccd1bc09
commit 73882fac38

View file

@ -38,4 +38,12 @@ Transition the system from a functional prototype to a scalable, production-read
## Verification Status ## Verification Status
- **Infrastructure**: Services definitions validated. - **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**).
- **Logic**: Worker loop, recovery logic, and Headless-Plus persistence bridge implemented (**Field Verified**).
- **Readiness**: Configured for production deployment. - **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.