fn main() {
eprintln!(
"cap {} — placeholder, implementation in progress.",
env!("CARGO_PKG_VERSION")
);
eprintln!();
eprintln!(" Spec: https://cap-protocol.org");
eprintln!(" Repo: https://github.com/rsclaw-ai/cap-protocol");
std::process::exit(0);
}