vinci/worker/README.md still states that the deployed Governor's claim-paths response omits ttl and therefore blocks every governed task.
That was true before the selective server rollout, but it is no longer the deployed state:
- live server build:
5bc35dc69d35fd581f41f0c863470c325a4d58c1
- merged PR #201 commit
3c01ff9b96ad712a07bc8fbf540a5c94bb6e791d is an ancestor of the live build
- the live source builds a successful response with validated numeric
ttl at server/vinci_gpu_server/app.py in the claim-paths handler
- public
/v1/version identifies the exact build and unchanged schema fingerprint 2b26c5d94dbb55f99aa67fbed2e6c4cfe2ab71cbd52291390ce09fd980848c42
Update the README to distinguish the historical pre-fix wire shape (which remains a useful negative fixture) from the current deployed server. The worker test named claim-paths without ttl (the DEPLOYED server shape) should likewise stop calling that historical shape deployed.
Do not weaken the client's fail-closed requirement: a missing, non-finite, or non-positive TTL must still block before work. This is documentation/test-label drift only.
vinci/worker/README.mdstill states that the deployed Governor'sclaim-pathsresponse omitsttland therefore blocks every governed task.That was true before the selective server rollout, but it is no longer the deployed state:
5bc35dc69d35fd581f41f0c863470c325a4d58c13c01ff9b96ad712a07bc8fbf540a5c94bb6e791dis an ancestor of the live buildttlatserver/vinci_gpu_server/app.pyin theclaim-pathshandler/v1/versionidentifies the exact build and unchanged schema fingerprint2b26c5d94dbb55f99aa67fbed2e6c4cfe2ab71cbd52291390ce09fd980848c42Update the README to distinguish the historical pre-fix wire shape (which remains a useful negative fixture) from the current deployed server. The worker test named
claim-paths without ttl (the DEPLOYED server shape)should likewise stop calling that historical shape deployed.Do not weaken the client's fail-closed requirement: a missing, non-finite, or non-positive TTL must still block before work. This is documentation/test-label drift only.