You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
S203e: deep debt — network centralization + 5-file refactoring
Centralize 8 hardcoded network constants (RFC1918 scan ranges, gateway
fallback, subnet defaults, scan suffixes, TEST-NET-3 prefix) to
core/config/defaults/network.rs. Update ecosystem_network.rs,
byob/config.rs, byob/network_manager.rs to use constants.
Extract inline test modules from 5 production files >550 LOC:
byob_types (585→280), cross_spring_provenance (581→420),
gpu_job_queue (581→430), silicon (575→390), registry (581→375).
Full deep audit confirms: zero TODO/FIXME/HACK/dbg!/unwrap/set_var in
production, all unsafe in hw-safe containment, all mocks test-gated,
all hardcoding centralized, all C deps optional-feature-gated.
Made-with: Cursor
0 commit comments