e113660b08
Operator-instructed via tts-dev. First consumer of the ext-stt seat stood up the same night - talk can now listen as well as speak. Relayed authorization was fine to act on because the work is reversible: one-line tag rollback, v1..v9 retained, compose and .env backed up. Checked the escape hatch existed rather than believing the message that described it. Gated properly: build, throwaway on a non-live port, four acceptance checks, tear down, then cut over in a separate invocation. Re-ran all four against production afterwards, because a gate that only ever ran against the throwaway proves the image rather than the deployment, and confirmed the two new env vars inside the running container rather than in the file. Added a fifth gate worth keeping. tts-dev's worst bug this cycle was a JS escape inside a Python string arriving transformed, closing the string and killing the entire inline script while the page still rendered and both import and node --check passed - because the file still held the backslash. So: fetch the page over HTTP, extract the inline script from the response body, and node --check that. Same instrument pointed at the other side of the transformation, and over the wire it also catches anything that mangles the body after TLS and ASGI. That is the second instance tonight of one rule: a check that reads the artifact as stored cannot see a transformation between storage and execution. provider=cuda in a log is the same error - an echo of configured intent read as a measurement of running reality. Also notes an open question for the operator: talk deploys route through infra-ops only because tts-dev's identity is not in nh3-dev's docker group. The durable fix is a group membership, not a standing relay.