Commit Graph
18 Commits
Author SHA1 Message Date
Noah Brier adc3752633 feat: enhance init-bootstrap with comprehensive vault analysis and profile building
- 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
2025-09-13 20:27:35 -04:00
Noah Brier b82b383709 chore: release v0.6.0 2025-09-13 20:05:49 -04:00
Noah Brier 3763d136e1 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)
2025-09-13 20:05:11 -04:00
Noah Brier 079e72c6da chore: release v0.5.0 2025-09-13 19:48:07 -04:00
Noah Brier ff5a168ff9 feat: add first-run welcome message with SessionStart hook
- Added FIRST_RUN marker file to detect fresh installs
- Configured SessionStart hook to show welcome message
- Styled message with markdown formatting
- init-bootstrap removes marker after setup completion
- No external shell scripts needed - inline command in settings.json
2025-09-13 19:47:34 -04:00
Noah Brier 5b3df4f78b chore: release v0.4.0 2025-09-13 19:38:38 -04:00
Noah Brier 8f317506a4 feat: simplify setup with auto-disconnect and folder rename support
- 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
2025-09-13 19:38:07 -04:00
Noah Brier bae85ee976 chore: release v0.3.1 2025-09-13 18:58:32 -04:00
Noah Brier d0c3f6be42 fix: remove tracked user-specific files from repository
- Remove CLAUDE.md from tracking (generated by init-bootstrap)
- Remove settings.local.json from tracking (user-specific)
- Add both to .gitignore for all users
- These files should be created locally by each user
2025-09-13 18:57:08 -04:00
Noah Brier e6a43500f2 chore: release v0.3.0 2025-09-13 16:01:36 -04:00
Noah Brier 94b87e5294 feat: add intelligent upgrade command with AI-powered semantic merging
- Smart upgrade system that preserves user customizations
- Uses Claude's semantic understanding for conflict resolution
- Supports incremental updates with automatic backups
- Intelligent merge of commands, agents, and templates
- Safety-first approach with rollback capabilities
- Based on 2025 best practices for LLM-powered code migration
2025-09-13 16:00:53 -04:00
Noah Brier 8fef9a89b6 chore: release v0.2.3 2025-09-13 14:27:37 -04:00
Noah Brier 2348f43ed4 chore: update init-bootstrap and settings 2025-09-13 14:17:50 -04:00
Noah Brier 7205d25967 chore: release v0.2.2 2025-09-13 12:31:28 -04:00
Noah Brier 6bc043665b fix: correct command syntax from 'claude run' to slash commands
- Update all documentation to use /command-name syntax
- Fix README, CLAUDE.md, install.sh, and command docs
- Commands run directly in Claude Code with /command-name
2025-09-13 12:30:37 -04:00
Noah Brier ef2593e173 chore: release v0.2.1 2025-09-13 12:27:24 -04:00
Noah Brier 98944dd26c docs: update README to use init-bootstrap command
- Replace old install.sh instructions with init-bootstrap
- Simplify setup to just clone and run wizard
- Add examples of pre-configured commands
- Explain what init-bootstrap does automatically
2025-09-13 12:26:50 -04:00
Noah Brier f609668172 Initial commit - Claudesidian v0.2.0
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.
2025-09-13 12:20:50 -04:00