{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/python pipeline.py --help 2>&1 | head -20",
"description": "Check pipeline CLI options"
}
}
{
"tool_response": {
"stdout": "usage: pipeline.py [-h] [--pipeline-id PIPELINE_ID] [--run-id RUN_ID]\n {scan,process,embed,semantic,semantic-queue,enrich-entities,all,file,status}\n [file_path]\n\nKI-System Document Pipeline\n\npositional arguments:\n {scan,process,embed,semantic,semantic-queue,enrich-entities,all,file,status}\n Command to execute\n file_path File path for 'file' command\n\noptions:\n -h, --help show this help message and exit\n --pipeline-id PIPELINE_ID\n Pipeline ID for tracking\n --run-id RUN_ID Run ID for progress tracking",
"stderr": "",
"interrupted": false,
"isImage": false
}
}