Public-flip audit: scrub audit-ticket prefixes + LAN refs + 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:
Cobb Hayes 2026-05-27 13:29:52 -07:00
parent 75bc7dc6bf
commit c8dfc8a34a
24 changed files with 82 additions and 108 deletions

View file

@ -1,8 +1,7 @@
// Image + ImageSet + ResolutionLevel. Mirrors NPE Image.java.
//
// HEIGHT_UNKNOWN / WIDTH_UNKNOWN are -1 sentinels per SPEC §3 invariant #10
// — kept as i32, not Option<u32>, because several JSON output sites encode
// this directly.
// HEIGHT_UNKNOWN / WIDTH_UNKNOWN are -1 sentinels — kept as i32, not
// Option<u32>, because several JSON output sites encode this directly.
pub const HEIGHT_UNKNOWN: i32 = -1;
pub const WIDTH_UNKNOWN: i32 = -1;