pub fn get_ai_tool_delegate_command(prompt: &str) -> Result<Vec<String>>Expand description
Get the AI tool command with an initial prompt for interactive delegation.
Appends the prompt as a positional argument so the AI tool starts in interactive mode
with the given task. For Claude Code: claude "<prompt>" starts interactive with initial prompt.