docs: sweep stale semantic-only wording after hybrid search_notes#54
Merged
Conversation
The hybrid-search-notes change updated docs/guide/ and the parameter
dictionary but missed README marketing copy and three architecture docs:
- README: reframe search bullets/table around both legs; retitle the
filter section ("hybrid" now means semantic+lexical, not
semantic+filter); filter cuts both legs; multi-vault bullet — vaults
without a corpus are no longer skipped by search_notes fan-out
- docs/README.md: guide map named pages that no longer exist
- retrieval-policy.md: fix moved source path, scope the doc to the
semantic leg, map tool-level effort onto internal mode
- module-structure.md: semantic module hosts hybrid search_notes;
lexical index in diagram; --no-semantic drops the lexical leg too
- fan-out.md: no shipped tool produces skipped_vaults anymore
Co-Authored-By: Claude Fable 5 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Що це
Documentation-only sweep після мержу #53 (hybrid
search_notes). Гайди (docs/guide/) і parameter dictionary були оновлені в самій зміні, але README і три architecture-доки лишилися з семантика-only формулюваннями.Зміни
README.md
mode/effortfilterріже обидві ноги,threshold— лише семантичнуsearch_notesfan-out-ом — він віддаєlexical_matches;SEMANTIC_INDEX_NOT_FOUNDлишається тільки для embeddings-only тулівdocs/README.md — мапа гайду посилалась на сторінки, яких більше немає («semantic search, vault operations» → finding-notes / reading-and-modifying / routing)
docs/architecture/retrieval-policy.md — виправлено застарілий шлях
src/retrieval-policy.ts; scope-нотатка, що док покриває лише семантичну ногу (лінк наlexical-search.md); пояснено мапінг tool-leveleffort→ внутрішнійmodedocs/architecture/module-structure.md — семантичний модуль хостить гібридний
search_notes; лексичний індекс доданий у діаграму; зазначено, що--no-semanticприбирає і лексичну ногуdocs/architecture/fan-out.md — зафіксовано, що жоден тул більше не продукує
skipped_vaults(search_notesперейшов наrunFanOutпо всіх vault-ах)Перевірки
npm test(758 passed) ·npm run lint·npm run typecheck— green🤖 Generated with Claude Code