The CLI Pulse source repository moved to the cli-pulse organisation on 2026-07-18.
This repository exists for one reason: shipped versions of the app hardcode
https://jasonyeyuhe.github.io/cli-pulse/privacy.html and /terms.html.
Those URLs are compiled into the paywall, the iOS settings screen and the account-deletion screen of every released build, and they are also the Privacy Policy / Terms of Use links App Review checks under Guideline 3.1.2. When the repository moved, GitHub Pages stopped serving the old host and every one of those links began returning 404 — for users of the live App Store build, not just for future ones.
GitHub does not redirect <user>.github.io/<repo> after a transfer, so the only
way to keep those URLs alive is to keep a repository here. docs/ holds three
redirect stubs pointing at the current site.
Do not delete this repository, and do not remove docs/, until no supported
release still hardcodes the old host.
Everything else — source, issues, releases — lives at https://github.com/cli-pulse/cli-pulse.