Skip to content

Conversation

@technicalpickles
Copy link
Owner

Summary

  • Add /second-brain:search command that queries the vault using qmd's semantic search
  • Combines BM25 + vector similarity + reranking for best results
  • Supports reading full document content via qmd get follow-up

Details

The command:

  1. Checks qmd is installed and collection exists
  2. Runs qmd query with JSON output
  3. Presents results with scores and snippets
  4. Offers to read full documents

Not coupled to any specific vault - works for anyone with qmd configured.

Test plan

  • Reinstall second-brain plugin
  • Run /second-brain:search PARA structure
  • Verify results display with scores and snippets
  • Test reading a result with qmd get

🤖 Generated with Claude Code

Add /second-brain:search command that queries the vault using qmd's
semantic search (BM25 + vector similarity + reranking). Supports:
- Prerequisite checks for qmd installation and collection
- JSON output parsing with cleaned snippets
- Follow-up actions to read full documents via qmd get

Configurable collection name defaults to "second-brain".

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Feb 9, 2026

📦 Version Bumps Required

The following plugins need version bumps based on conventional commits:

Plugin Current Bump New
second-brain 1.3.0 minor 1.4.0

Auto-bump will apply these changes when the PR is approved.

Or apply manually:

./scripts/bump-version.sh --auto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant