docs: update README with recent feature improvements

- Added smart vault analysis and pattern detection
- Mentioned user research and profile building
- Added automatic update notifications
- Listed upgrade and init-bootstrap commands
- Added Firecrawl web research capabilities
- Updated setup wizard description with new features
This commit is contained in:
Noah Brier
2025-09-13 20:47:06 -04:00
parent 07b2a669d5
commit b972bdf06b
+18 -1
View File
@@ -43,11 +43,14 @@ claude
This will:
- Install dependencies automatically
- Disconnect from the original claudesidian repository
- Import your existing Obsidian vault (if you have one)
- **Intelligently analyze** your existing vault structure and patterns
- **Import your existing Obsidian vault** safely to OLD_VAULT/ (if you have one)
- **Research your public work** for personalized context (with your permission)
- Ask you about your workflow preferences
- Create a personalized CLAUDE.md configuration
- Set up your folder structure
- Optionally configure Gemini Vision for image/video analysis
- Optionally configure Firecrawl for web research
- Initialize Git for version control
### 3. Open in Obsidian (Optional but Recommended)
@@ -162,9 +165,13 @@ Pre-configured AI assistants ready to use:
- `weekly-synthesis` - Find patterns in your week
- `create-command` - Build new custom commands
- `de-ai-ify` - Remove AI writing patterns from text
- `upgrade` - Update to the latest claudesidian version
- `init-bootstrap` - Re-run the setup wizard
Run with: `/[command-name]` in Claude Code
**Stay Updated**: Claudesidian automatically checks for updates when you start Claude Code and will remind you to run `/upgrade` when new features are available.
## Vision & Document Analysis (Optional)
With Gemini MCP configured, you can:
@@ -176,6 +183,16 @@ With Gemini MCP configured, you can:
See `.claude/mcp-servers/README.md` for setup
## Web Research (Optional)
With Firecrawl configured, you can save web content directly to your vault:
- Save entire articles as markdown
- Preserve content permanently
- Make web research searchable
- Build a research library
Tell Claude: "Save this article to my vault: [URL]" and it's done!
## Helper Scripts
Run these with `pnpm`: