// src/main.rs - CLI entry point (WIP)
// The real CLI depends on external crates (clap/anyhow) which are currently not wired in Cargo.toml.
// Keep this binary minimal so `cargo run --bin ling` can build.
fnmain(){println!("ling (WIP): CLI disabled in this build");}