From cb52a978e916b7c739217c61267739c9f7aa560b Mon Sep 17 00:00:00 2001 From: Username Date: Tue, 17 Feb 2026 22:13:49 +0100 Subject: [PATCH] todo: mark V1 worker deprecation complete --- TODO.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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. ---