{
"event": "PreToolUse",
"tool_name": "Grep",
"tool_input": {
"pattern": "runScan|fullScan|scanAll",
"path": "\/var\/www\/dev.campus.systemische-tools.de\/src",
"output_mode": "content",
"-n": true
}
}
{
"tool_response": {
"mode": "content",
"numFiles": 0,
"filenames": [],
"content": "src\/Controller\/CodeAnalysisController.php:86: $result = $this->useCase->runScan('web');\nsrc\/UseCases\/CodeAnalysis\/GetCodeAnalysisUseCase.php:62: public function runScan(string $triggeredBy = 'web'): array",
"numLines": 2
}
}