Stats
Actions
Tags
From academic-research
{"riskFlags": {"touchesBash": false, "matchAllTools": false, "touchesFileWrites": true}, "typeStats": {"command": 7}, "eventStats": {"Stop": 1, "PreCompact": 1, "PreToolUse": 1, "PostCompact": 1, "PostToolUse": 1, "Notification": 1, "SessionStart": 1}, "originCounts": {"absolutePaths": 0, "pluginScripts": 6, "projectScripts": 0}, "timeoutStats": {"commandsWithoutTimeout": 0}}
7 events · 7 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
bash -c '[ -d "${CLAUDE_PROJECT_DIR:-.}/.git" ] || exit 0; [ -f "${CLAUDE_PROJECT_DIR:-.}/academic_context.md" ] || exit 0; git -C "${CLAUDE_PROJECT_DIR:-.}" diff --quiet HEAD -- academic_context.md 2>/dev/null || echo "💡 academic_context.md hat ungespeicherte Änderungen. Erwäge: /academic-research:commit \"deine Nachricht\""'10msnode ${CLAUDE_PLUGIN_ROOT}/hooks/pre-compact.mjs30msWrite|Edit|MultiEditnode ${CLAUDE_PLUGIN_ROOT}/hooks/verbatim-guard.mjs15msnode ${CLAUDE_PLUGIN_ROOT}/hooks/mid-session-reinforcement.mjs15msWrite|Edit|MultiEditnode ${CLAUDE_PLUGIN_ROOT}/hooks/post-tool-use-decisions.mjs10msnode ${CLAUDE_PLUGIN_ROOT}/hooks/mid-session-reinforcement.mjs15msbash -c 'VENV=~/.academic-research/venv; if [ ! -d "$VENV" ]; then echo "⚠️ academic-research: Python venv not found. Run /academic-research:setup"; exit 0; fi; $VENV/bin/python -c "import httpx, pypdf, yaml, openpyxl" 2>/dev/null && echo "✅ academic-research: Python environment ready" || echo "⚠️ academic-research: Missing dependencies. Run: $VENV/bin/pip install -r ${CLAUDE_PLUGIN_ROOT}/scripts/requirements.txt"'10msnpx claudepluginhub ahlerjam/academic-research