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,10 +1,9 @@
// Phase 1 smoke — exercises the foundation against live httpbin.org.
// Foundation smoke — exercises the downloader/service-spine against
// live httpbin.org. Builds a Request, sends through default Downloader,
// parses Response, confirms latest_url follows redirects.
//
// Per SPEC §4 Phase 1 "Done when": build a Request, send through default
// Downloader, parse Response, confirm latest_url follows redirects.
//
// These tests hit the network — gated on the `online` cfg so CI offline
// runs aren't broken.
// These tests hit the network — gated on the `online-tests` feature so
// CI offline runs aren't broken.
#![cfg(feature = "online-tests")]