Skip to content

docs: check off completed vector/semantic search items in roadmap#46

Merged
keeganthomp merged 4 commits intomainfrom
claude/review-roadmap-KHExz
Apr 8, 2026
Merged

docs: check off completed vector/semantic search items in roadmap#46
keeganthomp merged 4 commits intomainfrom
claude/review-roadmap-KHExz

Conversation

@keeganthomp
Copy link
Copy Markdown
Owner

Vector search, hybrid BM25+cosine scoring, embedding providers, and
index persistence are all implemented but were still marked as TODO.

https://claude.ai/code/session_018i9rTaA3Yycgkx6eHHX4rh

claude added 2 commits April 8, 2026 01:40
Vector search, hybrid BM25+cosine scoring, embedding providers, and
index persistence are all implemented but were still marked as TODO.

https://claude.ai/code/session_018i9rTaA3Yycgkx6eHHX4rh
…tag/date filtering, highlighting

- Fuzzy matching: edit distance ≤ 1 for tokens ≥ 4 chars, with discounted scoring
- Phrase search: quoted strings require exact adjacency ("attention mechanism")
- Tag filtering: --tag flag filters results by frontmatter tags (AND logic, repeatable)
- Date filtering: --since flag filters to articles dated on or after a given date
- Highlighting: ANSI bold on matched terms in terminal output (disabled for --json)
- Index version bumped to v2 (backward-compatible load from v1)
- 27 new tests covering all features (301 total passing)

https://claude.ai/code/session_018i9rTaA3Yycgkx6eHHX4rh
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
kib Ready Ready Preview, Comment Apr 8, 2026 2:00am

Request Review

… tool

Expose the new advanced search capabilities (tag filtering, date filtering,
phrase search) through the MCP server so AI clients can use them.

https://claude.ai/code/session_018i9rTaA3Yycgkx6eHHX4rh
…param gaps

New MCP tools:
- kib_config: get/set/list vault configuration
- kib_skill: list and run vault skills (summarize, flashcards, etc)
- kib_export: export wiki as markdown or HTML static site

Enhanced existing tools:
- kib_search: add scope param (wiki/raw/all)
- kib_lint: add fix param for auto-fixing issues
- kib_compile: add max param to limit sources per pass
- kib_ingest: add dry_run param for preview

MCP server now exposes 11 tools (was 8), matching CLI capabilities.
14 new MCP tests added (315 total passing).

https://claude.ai/code/session_018i9rTaA3Yycgkx6eHHX4rh
@keeganthomp keeganthomp merged commit a5f42f3 into main Apr 8, 2026
3 checks passed
@keeganthomp keeganthomp deleted the claude/review-roadmap-KHExz branch April 8, 2026 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants