feat(apps): replace simple scoring with nucleo fuzzy matcher

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-15 20:01:22 +01:00
parent c68f07d522
commit 1e233aba4b
2 changed files with 42 additions and 16 deletions

View File

@@ -10,6 +10,7 @@ path = "src/lib.rs"
[dependencies]
async-trait = { workspace = true }
k-launcher-kernel = { path = "../../k-launcher-kernel" }
nucleo-matcher = "0.3"
serde = { workspace = true }
serde_json = "1.0"
tokio = { workspace = true }