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

@ -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")]