Collected sources and patterns will appear here. Add from search or the patterns library.
(SearchQuery, GitCommitRange) -> RankedList<CodeContext>
Merge and re-rank vector search results from a persistent codebase database and a dynamic ephemeral index built from git diffs.
Problem it solves
Analyzing uncommitted or branch-specific changes requires blending historical context with the current head state.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.