(raw: &str)
| 79 | } |
| 80 | |
| 81 | pub fn is_skill_view_tool(raw: &str) -> bool { |
| 82 | matches!( |
| 83 | normalize_tool_name(raw).as_str(), |
| 84 | "skill_view" | "tracedecay_skill_view" |
| 85 | ) |
| 86 | } |
| 87 | |
| 88 | fn categorize_normalized_tool(normalized: &str, command_hint: Option<&str>) -> UsageCategory { |
| 89 | if normalized.starts_with("tracedecay_memory") |
no outgoing calls
no test coverage detected