Public-flip audit: scrub audit-ticket prefixes + internal references + 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. Build-host references softened.
README sheds marketing scaffolding + stale status tables.
This commit is contained in:
Sulkta 2026-05-27 13:29:53 -07:00
parent acabe5705e
commit 1ba4450b99
51 changed files with 261 additions and 378 deletions

View file

@ -14,7 +14,7 @@ members = ["strawcore"]
edition = "2021"
license = "GPL-3.0-or-later"
authors = ["Sulkta"]
repository = "http://git.sulkta.com/Sulkta-OSS/straw"
repository = "https://git.sulkta.com/Sulkta-OSS/straw"
[profile.release]
# Strip debug info, run thin LTO. APK size matters more than build time here.
@ -29,6 +29,6 @@ opt-level = "z"
url = "2"
[profile.dev]
# Keep debug builds fast — we're rebuilding constantly during U-1..U-5.
# Keep debug builds fast — we rebuild often during NDK cross-compile.
opt-level = 0
debug = 1