pub fn native_name(category: ToolCategory, args: &Value) -> Option<&'static str>Expand description
Reverse of tool_category: pick opencode’s native tool name for a
given category, disambiguating by args shape where needed
(e.g. edit vs write, glob vs grep).