pub const LATEST_RELEASE_API_URL: &str = "https://api.github.com/repos/Life-Experimentalist/dev-prune/releases/latest";Expand description
GitHub API endpoint for the latest published release.
Contacted by devp update, by the interval-gated check behind run/status/init
(off via update_check false or DEV_PRUNE_OFFLINE), and by the one-time
extension-install offer’s .vsix fallback. See the network policy in
docs/PRIVACY.md.