Stats
Actions
Tags
From lazycortex-obsidian
Runs a workflow completion check on Stop and a dependency/requirement resolver on every Write/Edit. Writes files via the resolver script.
2 events · 2 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
# HOOK_VERSION: 2.0.0
if [ -f "${CLAUDE_PROJECT_DIR}/.claude/iconize/obsidian-icon-map.json" ]; then python3 "${CLAUDE_PLUGIN_ROOT}/bin/iconize_sync.py" reconcile-dirty >/dev/null || true; fiWrite|Edit# HOOK_VERSION: 2.0.0
jq -r '.tool_response.filePath // .tool_input.file_path' | { read -r f; case "$f" in *.md) if [ -f "${CLAUDE_PROJECT_DIR}/.claude/iconize/obsidian-icon-map.json" ]; then python3 "${CLAUDE_PLUGIN_ROOT}/bin/iconize_sync.py" sync "$f" >/dev/null || true; fi ;; esac; }npx claudepluginhub mebius-san/lazy-cortex --plugin lazycortex-obsidian