docs: point install one-liner at live 9lives.run domain - #1
Conversation
The 9lives.run domain is now live and serves install/9l.run.sh via a Cloudflare redirect. Replace the old placeholder 9l.run references (marked 'coming soon') with the working 9lives.run one-liner across the README, installer header, PR-comment growth-loop footer, and docs. - README: curl -sL 9l.run | sh # coming soon -> curl -sL 9lives.run | sh - install/9l.run.sh header - report/github.py FOOTER (posted on every PR comment) + its test - VERIFICATION_TRANSCRIPTS example
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Sigilix OverviewEffort: 1/5 (trivial) Quality gates
Summary — latest pushReplaces all placeholder Important files
Confidence: 5/5Mechanical string replacement across docs and a single constant; test assertion updated to match and no behavior change introduced.
Suggested labels:
|
Bumps version so the PyPI package ships the corrected PR-comment footer (curl -sL 9lives.run | sh) merged in #1. No functional changes.
What
9lives.runis now live and servesinstall/9l.run.shvia a Cloudflare 302 redirect to the GitHub raw file (pinned to thev1tag). This flips all the old placeholder9l.runreferences — several of which were marked "coming soon" — to the working9lives.runone-liner.Changes
curl -sL 9l.run | sh # coming soon→curl -sL 9lives.run | shinstall/9l.run.shheader — served-at comment now points athttps://9lives.run(dropped the stale9l.run/9lives.run/iframing)src/ninelives/report/github.pyFOOTER— the growth-loop line posted on every PR comment now sayscurl -sL 9lives.run | shtests/test_healing.py— assertion updated to match the footerdocs/VERIFICATION_TRANSCRIPTS.md— example footer updatedThe installer filename
install/9l.run.shis intentionally unchanged — the Cloudflare redirect targets that path.Verified
curl -sL 9lives.run | shresolves end-to-end (HTTP + HTTPS → 302 →raw.githubusercontent.com/Quality-Max/9lives/v1/install/9l.run.sh→ 200text/plain)tests/test_healing.py::test_render_markdown_reportpassesv1to make it liveThe Cloudflare redirect is pinned to the
v1tag, so the served script + footer won't reflect this change untilv1(and ideally av0.1.1) is re-pointed to the merge commit. Merging this alone updates the repo, not what9lives.runserves.