Stats
Actions
Tags
From tiny-brain
Persists project context across Claude Code sessions: records file changes and commands (secrets redacted) on PostToolUse, injects memories at session start, and writes session summary on exit. Runs bash, writes files.
3 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
git status --short 2>/dev/null | head -10Write|Editsed -n 's/.*"file_path"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p' | head -1 | { read file_path; [ -n "$file_path" ] && npx eslint --fix "$file_path" 2>/dev/null || true; }npx tsc --noEmit 2>/dev/null | head -5 || true${CLAUDE_PLUGIN_ROOT}/hooks/sync-progress.sh${CLAUDE_PLUGIN_ROOT}/hooks/run-related-tests.shBash${CLAUDE_PLUGIN_ROOT}/hooks/adversarial-review.sh${CLAUDE_PLUGIN_ROOT}/hooks/session-start.shnpx claudepluginhub magic-ingredients/tiny-brain-releases --plugin tiny-brain