guts/tools
type-two 0e2b5c10fe [infra] Stamp the deploy: curl /gutsy/VERSION to see what is actually live
I shipped a working tree earlier and had to tell John "live matches no commit in
the repo" — which is exactly the sentence a deploy should make impossible.

deploy.sh now writes the HEAD short-sha to web root as VERSION, and verifies it
came back. `curl https://partly.party/gutsy/VERSION` answers "what is online right
now" without trusting anyone's memory of the last deploy.

The dirty check is scoped to `git status --porcelain -- web/`, not the whole
tree, because only web/ ships: editing docs or this script does not make the
payload unreproducible, and a stamp that cried wolf on every NOTES edit would get
ignored. A dirty payload ships as `<sha>-dirty` and says so, loudly, rather than
refusing — mid-round lanes need to push a look at something without committing
first, and a deploy tool that blocks that will just get bypassed.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 23:04:05 +10:00
..
deploy.sh [infra] Stamp the deploy: curl /gutsy/VERSION to see what is actually live 2026-07-17 23:04:05 +10:00
qa.sh [lane A] Complete the biome texture set (oral + colon) + a provenance gate 2026-07-16 17:44:58 +10:00