qmd/skills
Tobi Lütke efb39616e6
feat(lex): add query syntax for exact phrases, negation, and OR
Lex queries now support:
- "exact phrase" - quoted exact matching (no prefix)
- -term or -"phrase" - exclude from results
- term1 OR term2 - match either term

Semantic queries (vec/hyde) validate and reject these operators
with helpful error messages.

Examples:
  performance -sports     → matches "performance" excluding "sports"
  "machine learning"      → exact phrase match
  auth OR authentication  → matches either term
2026-02-18 22:14:09 -05:00
..
qmd feat(lex): add query syntax for exact phrases, negation, and OR 2026-02-18 22:14:09 -05:00
release feat: show models in status, improve pre-push hook 2026-02-16 09:08:28 -04:00