Skip to content

Minor : Implement new Search logic#22

Merged
kaustubh285 merged 4 commits into
mainfrom
search/v2
Mar 10, 2026
Merged

Minor : Implement new Search logic#22
kaustubh285 merged 4 commits into
mainfrom
search/v2

Conversation

@kaustubh285

Copy link
Copy Markdown
Owner

Introduce searchV2Helper to compute component scores (fuzzy match,
recency, git context, tag match) and a combined final score. Use it
in the search command to enrich results and sort by scores.final.
Update displaySearchResults to read the new scores, show
context-derived tags alongside dump tags, and print the final score.

Introduce new search.v2.command and searchV2Helper. Add init() util and
searchTypes type. Reorder CLI commands to expose the new "look" search
implementation and restore the "dump" command. Update tsconfig
(paths/types),
formatter settings, and add @types/node to dependencies and lockfile.
Introduce searchV2Helper to compute component scores (fuzzy match,
recency, git context, tag match) and a combined final score. Use it
in the search command to enrich results and sort by scores.final.
Update displaySearchResults to read the new scores, show
context-derived tags alongside dump tags, and print the final score.
Remove legacy search-v2 design doc and add docs/ to .gitignore
@kaustubh285 kaustubh285 added the minor Minor changes in the package, bump version x.1.x label Mar 10, 2026
@kaustubh285
kaustubh285 merged commit 82ca040 into main Mar 10, 2026
@github-actions

Copy link
Copy Markdown

🤖 Changeset Generated Automatically

Version Bump: minor
Description: Minor : Implement new Search logic
Files Changed: 14 meaningful files

The package version has been updated and a changelog entry has been created! 🚀

github-actions Bot pushed a commit that referenced this pull request Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor changes in the package, bump version x.1.x

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant