//! CLI parser definition for `cargo ai add`.
useclap::Command;modguidance;/// Builds the `add` command schema and nested subcommands.
pubfncommand()-> Command{Command::new("add").about("Add lightweight support artifacts").subcommand(guidance::command())}