Fixed all critical and high-priority issues from code review:
Security fixes:
- Fix shell injection vulnerability with proper path escaping
- Add timestamped backup creation before modifying shell configs
Reliability improvements:
- Add comprehensive user input path validation
- Add iCloud sync state checking with soft warnings
- Improve shell detection to use default shell (not current session)
Cross-platform support:
- Add platform detection for iCloud features (macOS only)
- Document error handling approach
- Add helpful error messages with actionable suggestions
All changes ensure the commands work safely across Linux, macOS, and
Windows while providing better UX and preventing common user mistakes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add new /install-claudesidian-command to create shell alias for launching vault from anywhere
- Add automatic iCloud Drive vault detection in init-bootstrap
- Add iCloud-specific search path with maxdepth 5 for nested structure
- Add fallback prompt asking about iCloud if vault not found
- Update README with launcher command documentation and usage examples
- Shell command auto-resumes existing sessions or starts new ones
This addresses user feedback about iCloud vault detection and adds convenient
shell launcher similar to obsidian-cli pattern.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add write permissions for contents, pull-requests, and issues
- Configure allowed tools for pnpm, git, gh CLI, and file operations
- Restrict Claude activation to repository owner (heyitsnoah) only
- Update init-bootstrap to ask about development work
- Personal vault users: Remove .github folder and disconnect from origin
- Contributors: Keep GitHub workflows and origin for development
- Prevents personal vault users from seeing confusing GitHub Actions failures
- Add explicit handling for multiple vaults found
- Require confirmation before importing any vault
- Better prompts explaining why we ask for name and research permission
- Add disambiguation prompts to find the right person
- Clear instructions to never proceed without explicit confirmation
- Analyzes vault structure with tree, samples notes, detects patterns
- Builds detailed user profile from provided URLs and context
- Asks for confirmation even with single search result
- Waits to create folders until after asking about organization method
- Detects plugins and patterns automatically instead of asking
- Explains Firecrawl as research game-changer
- Gets actual date dynamically for timestamps
- Shows dates in generated CLAUDE.md
- 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)
- init-bootstrap now automatically disconnects from original repo
- Added folder rename assistance for non-git users
- Support both git clone and ZIP download methods
- Import existing vault functionality documented
- Clearer instructions for all user skill levels
Claude Code + Obsidian starter kit for AI-powered knowledge management.
Features:
- PARA method folder structure
- Bootstrap initialization system
- Pre-configured Claude Code commands and agents
- Gemini Vision MCP server with video support
- Helper scripts for vault management
- Automated release management
See README.md for setup instructions.