fnmain(){// Control plane binary — will be integrated into the main orca binary.
// Kept as a separate crate for modularity during development.
// See orca-cli `orca server` for the real entry point.
println!("orca-control: use `orca server` instead");}