Stats
Actions
Tags
From claude-brain-sync
Runs Python scripts at session lifecycle events (start, end, compact) to integrate Claude Code sessions with Obsidian notes for context capture and logging.
3 events · 3 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
autoif [ -f "${HOME}/.claude/brain-config.json" ]; then bash "${CLAUDE_PLUGIN_ROOT}/scripts/export.sh" --memory-only --quiet > /dev/null; fi10msif [ -f "${HOME}/.claude/brain-config.json" ]; then bash "${CLAUDE_PLUGIN_ROOT}/scripts/push.sh" --quiet || true; fi15msstartup|resumeif [ -f "${HOME}/.claude/brain-config.json" ]; then bash "${CLAUDE_PLUGIN_ROOT}/scripts/pull.sh" --quiet --auto-merge; fi30msnpx claudepluginhub toroleapinc/claude-brain --plugin claude-brain-sync