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:
@@ -43,11 +43,14 @@ claude
|
|||||||
This will:
|
This will:
|
||||||
- Install dependencies automatically
|
- Install dependencies automatically
|
||||||
- Disconnect from the original claudesidian repository
|
- 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
|
- Ask you about your workflow preferences
|
||||||
- Create a personalized CLAUDE.md configuration
|
- Create a personalized CLAUDE.md configuration
|
||||||
- Set up your folder structure
|
- Set up your folder structure
|
||||||
- Optionally configure Gemini Vision for image/video analysis
|
- Optionally configure Gemini Vision for image/video analysis
|
||||||
|
- Optionally configure Firecrawl for web research
|
||||||
- Initialize Git for version control
|
- Initialize Git for version control
|
||||||
|
|
||||||
### 3. Open in Obsidian (Optional but Recommended)
|
### 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
|
- `weekly-synthesis` - Find patterns in your week
|
||||||
- `create-command` - Build new custom commands
|
- `create-command` - Build new custom commands
|
||||||
- `de-ai-ify` - Remove AI writing patterns from text
|
- `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
|
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)
|
## Vision & Document Analysis (Optional)
|
||||||
|
|
||||||
With Gemini MCP configured, you can:
|
With Gemini MCP configured, you can:
|
||||||
@@ -176,6 +183,16 @@ With Gemini MCP configured, you can:
|
|||||||
|
|
||||||
See `.claude/mcp-servers/README.md` for setup
|
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
|
## Helper Scripts
|
||||||
|
|
||||||
Run these with `pnpm`:
|
Run these with `pnpm`:
|
||||||
|
|||||||
Reference in New Issue
Block a user