Changes touching this path
- the receipts are served, not linked: the Evidence page stops pointing at a repo its readers cannot open (#840)
Twelve github.com links, every one a 404 for the only audience this site has —
Connor-Miller/loot is private permanently (ADR 0045). Nine of them were the
Evidence page run-output and evidence-doc links, i.e. the receipt for every
thesis claim that page makes, so it asserted a set of proofs and handed the
reader nothing to open. The other three were the nav/footer repo links and a
LICENSE link, dead twice over since no file of that name exists either.
The nine receipts are now inlined at build time with `?raw` and disclosed in
place under each excerpt. A link — to GitHub, to a forge surface, to a route of
our own — is a promise checked at READ time by someone not here to fix it; an
import is checked by `vite build`, so moving one of these files breaks the build
in the commit that broke it. This page cannot go stale the way it just spent
months being stale.
Not served from the forge, which ADR 0045 says is where the world should read
loot: measured today, /k/connor and /k/connor/loot both answer 404 — it carries
no repo yet, so pointing there would have swapped nine dead links for two. When
it does, these become links again and the imports stay as the build-time check.
The license moved to a page of its own rather than being dropped: a reader
running curl | sh has a real reason to want the terms, and both texts are
imported rather than transcribed so they cannot drift from the repo.
A sweep test asks the reader question of the whole src/ tree, not the two files
that happened to be wrong. It bans href/to/url pointing at github.com and
deliberately allows the string in prose — installerProxy documents what dist
bakes into the installers, and install.tsx prints cargo install --git as text
(that command is #841 own decision). ⭐ The defect was never a wrong URL: it was
that nobody ever opened one anonymously, and the person editing these files is
always signed in.
Verified: no github.com href on any of the 6 prerendered pages, /license
prerenders, suite 77 passed | 23 skipped, build green.
⚠ Residue: the inlined evidence DOCUMENTS quote issue URLs in their own prose.
They render as inert text in a <pre>, not as links, and rewriting a historical
evidence document to hide its citations would falsify the thing it is evidence of.
ad95716f · dbf3dbe6…
Renames are not followed. loot's tree maps a path to an address, so a rename is a delete and an add. This list is the history of the name, not of the bytes.