Sloth-ninja makes JessicaOSS deploy reliably to Cloudflare
A small packaging decision removes the ambiguity that was stopping live releases from reaching the site.
JessicaOSS had two competing signals about how its web app should be built. Automated deployment tooling chose the wrong one, then failed when it tried to use software unavailable in the Cloudflare release environment.
Sloth-ninja has removed that ambiguity and made the project's existing npm setup the single source of truth. This is deliberately a narrow exception to the fork's usual preference for minimal changes: it fixes both the initial build selection and the later deployment handoff, while preserving the project's usual automated checks.
The change has also been verified against the live Cloudflare worker after merge, rather than relying only on local validation.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?