{ "hooks": { "SessionStart": [ { "matcher": "startup", "hooks": [ { "type": "command", "command": "[ -f FIRST_RUN ] && echo '{\"hookSpecificOutput\":{\"hookEventName\":\"SessionStart\",\"additionalContext\":\"# šŸš€ Welcome to Claudesidian!\\n\\n**This appears to be your first time using this vault.**\\n\\n## Quick Start\\n\\nRun the setup wizard:\\n\\n```\\n/init-bootstrap\\n```\\n\\n## What this will do:\\n\\nāœ… Set up your personalized configuration\\nāœ… Disconnect from the original repository \\nāœ… Help you import any existing Obsidian vault\\nāœ… Configure your preferred workflow\\nāœ… Create your PARA folder structure\\n\\nThe setup wizard will guide you through everything!\"}}' || true" }, { "type": "command", "command": "npm run check-updates 2>/dev/null || true" } ] } ] } }