chore: scrub internal references and tighten README

URLs → git.sulkta.com. Audit-ticket prefixes (SPEC §N, audit Track X, vc=N
audit-fix, FIX (audit ...), PORT DEVIATION) stripped from comments — technical
reasoning retained. Crafting-table LAN refs softened to 'Sulkta build host'.
README sheds marketing scaffolding + stale status tables.
This commit is contained in:
Sulkta 2026-05-27 13:29:52 -07:00
parent 0ffa140af5
commit 0a45e0a0cc
23 changed files with 80 additions and 106 deletions

View file

@ -30,8 +30,8 @@ pub const ANDROID_CLIENT_ID: &str = "3";
pub const ANDROID_CLIENT_NAME: &str = "ANDROID";
pub const ANDROID_CLIENT_VERSION: &str = "21.03.36";
// PARITY: NPE hard-codes androidSdkVersion=36 + osVersion=16 even though
// the User-Agent advertises Android 15. DroidGuard doesn't check the
// NPE hard-codes androidSdkVersion=36 + osVersion=16 even though the
// User-Agent advertises Android 15. DroidGuard doesn't check the
// InnerTube context so this mismatch is intentional and not a bug.
pub const ANDROID_SDK_VERSION: u32 = 36;
pub const ANDROID_OS_VERSION: &str = "16";