From riskmandate.ai, the page as fetched on 2026-09-24 · open the live page ↗Everything on this sheet is the source site's own text; the newsroom's chrome is outside it.
Four releases, delivered
v1.32.2 to v1.34.2 were merged but never reached the live site. The site deploys only when CI passes, and CI failed on every one of them. Nothing in those releases was wrong on the page; the checks around them were.
- Three pages had no licence chrome. The UK support page and the two articles of 24 September
were scaffolded by hand and shipped without the GitHub link in the header and the licence line
in the footer. CI checks for that on every page. The local
npm run checkdid not, so it passed here and failed there. The pages have the chrome now, andnpm run checkruns the same check, so the two cannot disagree again. - The pack's zip was never committed. The repository ignores every
dist/folder, which included the ABP-for-people pack and the example vault inside it. CI rebuilt the pack without them and called it stale. Both folders are now tracked. - Checked the way CI sees it. Before this release was pushed, every CI command was run on a clean export of the commit rather than on the working folder, which is where the difference hid.
With this release, the UK support page, the two articles, the business cases, the OWASP graph and the interview page reach riskmandate.ai for the first time.