pub fn run(target: String, type_override: Option<String>, dry_run: bool)Expand description
Run the ferro ai:explain <target> command.
Thin wrapper over the relocated ferro_mcp::tools::ai_explain_core public
items. CLI behavior is unchanged: prose-only output, --dry-run prints the
assembled prompt, no LLM call in dry-run mode.