Release and help URLs still point outside the emulebb namespace
Summary¶
Release-facing app URLs must point at the policy-owned emulebb namespace.
The beta must not direct update checks, release links, or help links to
superseded itlezy/eMule locations.
Acceptance Criteria¶
- [x] Release update UI opens an
emulebbrelease URL. - [x] Release update API requests use an
emulebbGitHub API namespace. - [x] Online help uses the current policy-owned documentation location.
- [x] Focused release-update tests cover the selected namespace.
- [x] A source grep confirms no stale public release/update/help URL remains in active app code.
Validation¶
- 2026-05-13: app commit
805dda8updated online help, release UI, and release API URLs to the policy-ownedeMulebbnamespace. - 2026-05-13: test commit
7ca43fcupdated the native release-update fixture and addedtests/python/test_release_update_urls.py. - 2026-05-13:
python -m emule_workspace test python --path tests/python/test_release_update_urls.py --quietpassed. - 2026-05-13:
python -m emule_workspace validatepassed.