diff --git a/TODO.md b/TODO.md index e3726b5..ed1089d 100644 --- a/TODO.md +++ b/TODO.md @@ -51,13 +51,11 @@ Optimize only if memory becomes a constraint. ## Deprecation -### [ ] Remove V1 worker protocol +### [x] Remove V1 worker protocol -- V2 workers (URL-driven) are the standard; no V1 workers remain active -- Remove `--worker` flag and V1 code path in ppf.py -- Remove `/api/claim`, `/api/submit` V1 endpoints in httpd.py -- Remove V1 heartbeat/registration handling -- Clean up any V1-specific state tracking in proxywatchd.py +Completed. Removed `--worker` flag, `worker_main()`, `claim_work()`, +`submit_results()`, `/api/work`, `/api/results`, and related config +options. V2 (`--worker-v2`) is the only worker protocol. ---