Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From claude-obsidian
Automates wiki/hot.md hot cache for vaults/sessions: reads on SessionStart/PostCompact, git-adds/commits wiki changes after Write/Edit tools, prompts factual summary update on Stop. Writes files via git.
4 events · 5 hooks
npx claudepluginhub agricidaniel/claude-obsidian --plugin claude-obsidianSafety 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[ -d .git ] && git add wiki/ .raw/ .vault-meta/ 2>/dev/null && (git diff --cached --quiet || git commit -m "wiki: auto-commit $(date '+%Y-%m-%d %H:%M')" 2>/dev/null) || truestartup|resume[ -f wiki/hot.md ] && cat wiki/hot.md || trueShare bugs, ideas, or general feedback.