Stats
Actions
Tags
From claude-obsidian
Maintains a persistent hot-cache wiki across sessions: auto-commits wiki changes after edits, restores context on resume, and surfaces modifications on stop. Writes files, runs shell commands.
4 events · 5 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
cd "$PWD" && [ -d wiki ] && [ -d .git ] && git diff --name-only HEAD 2>/dev/null | grep -q '^wiki/' && echo 'WIKI_CHANGED: Wiki pages were modified this session. Please update wiki/hot.md with a brief summary of what changed (under 500 words). Use the hot cache format: Last Updated, Key Recent Facts, Recent Changes, Active Threads. Keep it factual. Overwrite the file completely. It is a cache, not a journal.' || trueWrite|Edit[ -x scripts/auto-commit-wiki.sh ] && bash scripts/auto-commit-wiki.sh || truestartup|resume[ -f wiki/hot.md ] && cat wiki/hot.md || true[ -x scripts/wiki-lock.sh ] && bash scripts/wiki-lock.sh clear-stale --max-age 3600 >/dev/null 2>&1 || true37plugins reuse this hooks config
First indexed Apr 8, 2026
Showing the 6 earliest of 37 plugins
npx claudepluginhub dalenys/claude-obsidian