Description
Add feature-flagged dual-path entry point: edgezero_enabled config flag with unwrap_or(false) safe default. EdgeZero path dispatches through TrustedServerApp::build_app(); legacy path preserved as legacy_main().
Done when
- Both paths compile
- Legacy cleanup issue filed
- Per-PR gates pass
Blocked by
PR 13
References