Spent most of a day on this so I am writing it down.
A colleague recorded @har:posts a fortnight ago. Since then my local runs have been passing against a payload that no longer exists on staging, because the recording was sitting in the project and I never passed a HAR flag in my life. CI has a clean checkout, so it saw the same file and passed too — until the endpoint changed shape and the assertion started failing on the one job that runs against the live API.
bun run sdods run -p demo-shop -e staging -l api -t @smokeHow do I run the plain command and get the real network? I tried SDODS_HAR_MODE=off and it still replayed.