npx claudepluginhub magic-ingredients/tiny-brain-releases --plugin tiny-brainDefined in hooks/hooks.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.shSnapshots git repo on SessionStart, logs Bash/Edit/Write/MultiEdit tool uses on PostToolUse, builds receipt on Stop via bash scripts. Writes files.
Share bugs, ideas, or general feedback.