Commit Graph
58 Commits
Author SHA1 Message Date
windyboy 5821bbf21d vault backup: 2026-02-26 21:18:17 2026-02-26 21:18:17 +08:00
windyboy 410167d3b4 vault backup: 2026-02-26 21:10:47 2026-02-26 21:10:47 +08:00
windyboyandClaude Sonnet 4.6 a2249c8d96 Resolve merge conflicts - keep local plugin versions and settings
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-02-24 08:19:53 +08:00
windyboy 68182b70fd vault backup: 2026-02-24 07:55:02 2026-02-24 07:55:02 +08:00
windyboy e1e8f67152 vault backup: 2026-02-04 13:47:19 2026-02-04 13:47:19 +08:00
windyboyandClaude Sonnet 4.5 e1db1b4259 Merge branch 'origin/main' into main
Resolved conflicts in:
- .claude/settings.json (kept local permissions)
- .obsidian/community-plugins.json (merged both plugin lists)
- .obsidian/plugins/obsidian-excalidraw-plugin/manifest.json (kept newer version 2.20.2)
- .obsidian/plugins/claudian/main.js (used simpler dependency paths)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 13:46:49 +08:00
windyboy 167eb9ac9c vault backup: 2026-02-04 13:41:36 2026-02-04 13:41:36 +08:00
windyboyandClaude Sonnet 4.5 37b29f36b3 Update Claudian plugin and configuration settings
- Update Claudian plugin to latest version (main.js, manifest.json, styles.css)
- Merge community plugins list with remote changes
- Update Claude Code settings and core plugins configuration

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-31 08:43:30 +08:00
windyboy b83116eb26 vault backup: 2026-01-31 08:25:19 2026-01-31 08:25:19 +08:00
windyboy bf57be8355 vault backup: 2026-01-30 10:38:04 2026-01-30 10:38:04 +08:00
windyboy f7aacd5bd4 vault backup: 2026-01-26 17:57:11 2026-01-26 17:57:11 +08:00
windyboy 2a20569162 Merge remote changes with local updates - resolve plugin conflicts 2026-01-21 10:04:59 +08:00
windyboy 13b6521e1c vault backup: 2026-01-09 10:58:27 2026-01-09 10:58:27 +08:00
windyboy 8d46925b6d Merge remote changes and resolve conflicts 2026-01-09 10:07:40 +08:00
windyboy 0e4d21f721 vault backup: 2026-01-08 09:34:22 2026-01-08 09:34:22 +08:00
windyboyandClaude Sonnet 4.5 e967fa874a docs: add comprehensive Memvid MCP integration documentation
- Expanded Memory Integration section in project-instructions.md
- Added detailed Memvid Workflows section to WORKFLOWS.md
- Documented all available Memvid tools and use cases
- Added tagging guidelines and best practices
- Included complete workflow examples for common scenarios
- Integrated Memvid workflows with existing PARA and Git workflows

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-07 23:38:29 +08:00
windyboy 9e99f099ad Resolve merge conflicts after pull 2026-01-07 22:29:06 +08:00
windyboy 6991f07b06 vault backup: 2026-01-07 18:02:26 2026-01-07 18:02:26 +08:00
windyboy 09e19cecfd vault backup: 2026-01-05 21:39:54 2026-01-05 21:39:54 +08:00
windyboy 79de88d25c feat(commands): add AI git commit message generator
Add comprehensive slash command for generating conventional commit
messages using AI. The command analyzes staged git changes and creates
well-structured commit messages following best practices.

Features:
- Conventional commit format (type, scope, description)
- Interactive message editing and regeneration
- Context-aware analysis of git diffs
- Learning from existing commit history style
- Support for custom type and scope hints
- Multi-step workflow with user confirmation

Command supports multiple usage patterns:
- Basic: /git-commit-msg
- With hints: /git-commit-msg fix
- With context: /git-commit-msg "feat(api)"

Also updates command README with documentation for the new command.

🤖 Generated with Claude Code
2026-01-05 21:38:47 +08:00
windyboy 8e3943f064 Initial vault setup with PARA structure
- Created CLAUDE.md configuration file
- Created WEEKLY_REVIEW.md template
- Set up PARA folder structure (Projects, Areas, Resources, Archive)
- Created README files for each main folder
- Configured .gitignore for vault files
- Saved vault configuration to .claude/vault-config.json

Generated with Claude Code
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-05 21:10:11 +08:00
windyboy 677eac7c0c vault backup: 2026-01-05 19:25:56 2026-01-05 19:25:56 +08:00
windyboy 40f3fe3eb8 vault backup: 2026-01-05 14:26:17 2026-01-05 14:26:17 +08:00
windyboy be7c6cdcc9 vault backup: 2026-01-05 13:03:55 2026-01-05 13:03:55 +08:00
Noah BrierandClaude 5b00b25240 fix: correct hardcoded folder paths to use underscores
- Fix transcript-extract.sh: `00 Inbox/Clippings` → `00_Inbox/Clippings/`
- Fix firecrawl-batch.sh: `00 Inbox/Clippings` → `00_Inbox/Clippings/`
- Add `-o|--output-dir` flag to firecrawl-batch.sh for custom paths
- Fix update-attachment-links.js: `05 Attachments` → `05_Attachments`
- Fix fix-renamed-links.js: `05 Attachments` → `05_Attachments`
- Fix GEMINI_VISION_QUICK_START.md example paths
- Update README.md with new flag documentation

All folder paths now match actual repo structure (underscores not spaces).
This prevents scripts from failing due to incorrect directory references.

Fixes #9

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-12 21:25:52 -04:00
Noah BrierandClaude 6c6a567590 fix: address critical shell injection and add Fish shell support
Fixes from second PR #8 review:

Critical fixes:
- Show how to actually USE $ESCAPED_PATH in final command (not just escape it)
- Add Fish shell function syntax support (uses functions not aliases)
- Add existing alias/function replacement with user confirmation
- Reorder backup timing (after user confirms, before modifying)

Improvements:
- Example output now shows path with spaces to demonstrate escaping
- Added Fish shell syntax explanation section
- Added security considerations section
- Updated "How It Works" for both Bash/Zsh and Fish
- Clear step-by-step command generation with $ESCAPED_PATH

This ensures the shell injection vulnerability is truly fixed by showing
explicit usage of the escaped path variable in the final command generation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-07 12:33:42 -04:00
Noah BrierandClaude eddbf61f92 chore: apply linting fixes to PR #8 changes
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-07 11:37:04 -04:00
Noah BrierandClaude ef1ef6073e fix: address PR #8 security and cross-platform issues
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>
2025-10-07 11:19:41 -04:00
Noah BrierandClaude 1c9a9eead0 chore: apply linting fixes to iCloud support and launcher command
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-06 17:11:44 -04:00
Noah BrierandClaude 625984ee0e feat: add iCloud vault support and launcher command installation
- 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>
2025-10-06 17:09:29 -04:00
Noah BrierandClaude 8223db7c66 chore: apply linting fixes to upgrade command and changelog
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 06:20:13 -04:00
Noah Brier 3ebe784df0 fix: improve upgrade command based on real usage feedback
- Add check for files that exist in upstream before updating
- Add version comparison to avoid unnecessary upgrades
- Add batch update examples for similar files
- Better handling of missing upstream files (like deprecated agents)
- Include instructions for finding NEW files in upstream
- Clearer error messages when files don't exist
2025-09-17 18:50:13 -04:00
Noah Brier 3f9cfb3cf4 fix: improve upgrade command with explicit backup steps and non-interactive file replacement 2025-09-17 18:43:38 -04:00
Noah Brier 3797ed32de fix: upgrade command to prevent interactive prompts and auto-selection
- Replace cp/cp -f with cat > for guaranteed non-interactive file replacement
- Add explicit instruction to WAIT for user input (don't auto-select option 1)
- Clarify that cp -f still causes prompts on some systems
- Ensures upgrade process doesn't hang on file overwrites
2025-09-17 18:42:25 -04:00
Noah Brier 8773dcff33 fix: format files to pass lint checks 2025-09-17 16:06:52 -04:00
Noah Brier aadd6cae4b Merge branch 'main' into feature/add-download-and-pr-commands 2025-09-17 15:52:28 -04:00
Noah Brier 3909ab476c fix: resolve lonely if ESLint warning 2025-09-15 08:49:07 -04:00
Noah Brier 7b86627727 fix: address security concerns from PR review
- Add URL validation to download-attachment (only allow http/https)
- Add filename sanitization to prevent path traversal attacks
- Add timeouts to download commands (30 seconds)
- Add branch name sanitization in pull-request command
- Check for existing branches to avoid conflicts
- Add check for current feature branch

Addresses security concerns raised by Claude in PR #1 review
2025-09-14 17:15:52 -04:00
Noah Brier 94869b6b04 feat: configure Claude GitHub Action with permissions and restrictions
- 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
2025-09-14 16:06:49 -04:00
Noah BrierandClaude 48135c045f feat: add download-attachment and pull-request commands
- Add /download-attachment command for downloading files from URLs
- Add /pull-request command for creating PRs in one step
- Expose transcript:extract script in package.json

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-14 15:03:10 -04:00
Noah Brier dcf7e2f902 chore: release v0.9.0 2025-09-14 08:02:14 -04:00
Noah Brier 1b5a73e0f6 fix: add critical warnings to upgrade command about showing diffs
- NEVER blindly overwrite files without showing diffs
- ALWAYS ask for user confirmation before replacing
- Added correct vs wrong implementation examples
- Prevents loss of user customizations
2025-09-13 22:09:10 -04:00
Noah Brier 09de2078c3 fix: ensure release command creates GitHub release automatically
- Add step to use gh release create after pushing tags
- Prevents missing GitHub releases like v0.8.2-v0.8.5
- Extracts release notes from CHANGELOG.md automatically
2025-09-13 22:05:57 -04:00
Noah Brier 4af370eb0e docs: improve semantic versioning guidelines in release command 2025-09-13 22:00:14 -04:00
Noah Brier ef2e96dc72 fix: upgrade command works without git connection for disconnected users
- Clone latest to .tmp/ directory instead of using git upstream
- Users stay completely disconnected from original repo
- Use .tmp/ instead of /tmp/ to hide from Obsidian
- Add user choice when local modifications detected
- Verify all files were addressed with checklist
- Clean up temp directory after upgrade
- Add .tmp/ to .gitignore
2025-09-13 21:51:45 -04:00
Noah Brier 29ca2cafcf fix: simplify upgrade command to systematically check all system files
- Create upgrade checklist to track progress file-by-file
- Only check claudesidian system files, not user content
- Explicitly filter to .claude/, .scripts/, and core files only
- Show diff for each file before updating
- Mark progress in checklist for resumability
- Remove overly complex AI semantic merging in favor of systematic review
2025-09-13 21:35:41 -04:00
Noah Brier 0f45e49571 fix: improve init-bootstrap vault selection and user identification
- 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
2025-09-13 21:25:21 -04:00
Noah Brier db105080f6 fix: improve SessionStart hook formatting and update notifications 2025-09-13 21:17:35 -04:00
Noah Brier fcc220c135 feat: add automatic update check on session start
- Added check-updates script to package.json
- SessionStart hook fetches latest version from GitHub
- Compares local and remote versions
- Shows update notification when newer version available
- Works even after disconnecting from original repo
- Also improved release command documentation with clearer semver guidance
2025-09-13 20:38:39 -04:00
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