Module tool_analyzer

Module tool_analyzer 

Source
Expand description

Tool analysis and command parsing logic

Functionsยง

calculate_tool_statistics
Calculate tool statistics from invocations Replaced by Analyzer::calculate_tool_statistics - kept for compatibility
is_actual_tool
Check if a command is an actual tool invocation (not a shell built-in)
parse_command_context
Parse command into components (command, args, flags)
split_command_pipeline
Split command on shell operators while respecting quotes