search_branch_notes
Search branch notes across projects to find development insights, debugging sessions, and decision contexts, overcoming AI context loss with semantic retrieval.
Instructions
Search branch notes across projects with semantic search - find development insights, problem-solving journeys, and decision contexts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sortBy | No | Order results: "relevance" (default, by similarity/matches) or "recent" (by branch note file modification time, newest first) | |
| dateRange | No | Optional date range filter (YYYY-MM-DD,YYYY-MM-DD) | |
| branchName | No | Optional: specific branch to search | |
| maxResults | No | Maximum number of results to return (default: 30) | |
| searchTerm | Yes | Search query - finds relevant development notes, debugging sessions, and decisions | |
| projectName | No | Name of the project (or "all" to search across all projects) | |
| semanticSearch | No | Enable vector-based semantic search for concept-based retrieval (default: true) | |
| similarityThreshold | No | Minimum similarity threshold for semantic search results 0.0-1.0 (default: 0.4) |