Commit graph

11 commits

Author SHA1 Message Date
0aef24607d fix(deploy): finalize verified field configuration
- Add playwright install chromium to Dockerfile (matches production validator)
- Update walkthrough with success logs
2025-12-23 16:02:57 +08:00
3ddef37f7d fix(worker): align redis key and fix async task dispatch
- Change blpop key from 'task_queue' to 'tasks'
- Pass coroutine object directly to dispatcher to prevent silent await failure
2025-12-23 15:36:57 +08:00
88d1d08561 fix(core): resolve scheduler async syntax error and robust coroutine handling
- Handle coroutine objects in addition to functions in dispatch_with_entropy
- Prevent RuntimeWarning for unawaited coroutines
2025-12-23 15:07:06 +08:00
180c8cb51a fix(deploy): update browser base image and resolve compose conflict
- Switch src/browser/Dockerfile to mcr.microsoft.com/playwright/python:v1.40.0-jammy
- Remove redundant shm_size and deprecated version key in docker-compose.yml
- Update documentation to reflect deployment fixes
2025-12-23 14:21:47 +08:00
84b5c390a1 chore(governance): Initialize Architect role and finalize handover
- Create skills/architect/SKILL.md and AUDIT_v0.2.md
- Update walkthrough.md with Governance section and Audit status
- Add .gitignore for project cleanliness
2025-12-23 13:28:59 +08:00
dab56e743b feat(phase4): Implement Deployment & Optimization Layer
- Scale docker-compose.yml (5 browser, 20 extractor replicas)
- Add Prometheus and Grafana monitoring services
- Implement persistent Redis TaskWorker in src/orchestrator/worker.py
- Implement MetricsCollector in src/core/monitoring.py
- Implement SessionRecoveryManager in src/core/recovery.py
- Update README.md with production usage guide
- Update root documentation (implementation_plan.md, walkthrough.md)
2025-12-23 13:09:27 +08:00
2ff4d593f8 Updated implementation_plan.md and walkthrough.md for approval before kicking off Phase4 2025-12-23 12:18:11 +08:00
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
1134da7ed3 feat: complete Phase 2 core components (Camoufox & CurlClient) 2025-12-22 18:01:15 +08:00
a15ca58ef8 to implement e2e tests 2025-12-22 17:37:53 +08:00
83055a215d Initial commmit 2025-12-22 17:14:46 +08:00