Priority: P1
Why
Release and updater configuration still uses T3CODE_DESKTOP_* names even when pointing at badcuban/badcode. We should either rename these to BADCODE_* or add aliases with clear precedence.
Evidence
docs/release.md:37 instructs $env:T3CODE_DESKTOP_UPDATE_REPOSITORY = "badcuban/badcode".
.github/workflows/release.yml:146 sets T3CODE_DESKTOP_UPDATE_REPOSITORY.
scripts/build-desktop-artifact.ts reads T3CODE_DESKTOP_UPDATE_REPOSITORY and documents T3CODE_DESKTOP_* flags.
Acceptance criteria
Priority: P1
Why
Release and updater configuration still uses
T3CODE_DESKTOP_*names even when pointing atbadcuban/badcode. We should either rename these toBADCODE_*or add aliases with clear precedence.Evidence
docs/release.md:37instructs$env:T3CODE_DESKTOP_UPDATE_REPOSITORY = "badcuban/badcode"..github/workflows/release.yml:146setsT3CODE_DESKTOP_UPDATE_REPOSITORY.scripts/build-desktop-artifact.tsreadsT3CODE_DESKTOP_UPDATE_REPOSITORYand documentsT3CODE_DESKTOP_*flags.Acceptance criteria
BADCODE_DESKTOP_*names for release/update configuration.T3CODE_DESKTOP_*variables where needed.