rename --worker-v2 to --worker

No V1 means no need for the suffix. Update flag, function name,
compose command, log messages, and docs.
This commit is contained in:
Username
2026-02-17 22:30:09 +01:00
parent cb52a978e9
commit 82c909d7c0
4 changed files with 11 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ Optimize only if memory becomes a constraint.
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.
options. `--worker` now routes to the URL-driven protocol.
---