feat: enhance init-bootstrap with intelligent vault import and personalization
- Auto-detect existing Obsidian vaults by searching for .obsidian folders - Import entire vault structure safely to OLD_VAULT/ folder - Research user's public work for context (with disambiguation) - Detect file naming patterns and folder organization automatically - Save all preferences to .claude/vault-config.json - Explain each setup step with educational context - Support both pnpm and npm for dependencies - Copy all Obsidian configuration including plugins and trash - Clear prompts for Gemini Vision and Firecrawl (already included)
This commit is contained in:
@@ -16,9 +16,14 @@ This is a pre-configured Obsidian vault structure designed to work seamlessly wi
|
||||
|
||||
**Option A: Clone with Git**
|
||||
```bash
|
||||
# Clone with your preferred folder name
|
||||
# Clone with your preferred folder name (replace 'my-vault' with any name you like)
|
||||
git clone https://github.com/heyitsnoah/claudesidian.git my-vault
|
||||
cd my-vault
|
||||
|
||||
# Examples:
|
||||
# git clone https://github.com/heyitsnoah/claudesidian.git obsidian-notes
|
||||
# git clone https://github.com/heyitsnoah/claudesidian.git knowledge-base
|
||||
# git clone https://github.com/heyitsnoah/claudesidian.git second-brain
|
||||
```
|
||||
|
||||
**Option B: Download ZIP (no Git required)**
|
||||
|
||||
Reference in New Issue
Block a user