BREAKING CHANGES: - MCP tool renamed: structured_search → query - HTTP endpoint renamed: /search → /query New features: - expand: type auto-expands via local LLM (max 1 per query) - docs/SYNTAX.md formal grammar for query documents - lex syntax: "phrase", -negation documented Query types: lex, vec, hyde, expand Default (no prefix) = expand (backwards compatible)
20 lines
219 B
Plaintext
20 lines
219 B
Plaintext
node_modules/
|
|
dist/
|
|
.npmrc
|
|
*.sqlite
|
|
.DS_Store
|
|
archive/
|
|
texts/
|
|
.cursor/
|
|
.github/copilot/
|
|
*.md
|
|
!README.md
|
|
!CLAUDE.md
|
|
!CHANGELOG.md
|
|
!skills/**/*.md
|
|
!finetune/*.md
|
|
!docs/*.md
|
|
finetune/outputs/
|
|
finetune/data/train/
|
|
.claude/
|