docs(tools): add vex — hybrid structural + semantic code search

Documents install on macOS/Linux (Homebrew) and Windows (cargo build
from source — no prebuilt Windows binary in v1.5.0). Includes per-project
bootstrap (.vex.toml with semantic + auto_update, vex index) and the
vex-mcp registration at user scope so it covers all projects.
This commit is contained in:
2026-05-18 00:10:59 +03:00
parent 04fe8124fc
commit c3eb50f326
2 changed files with 61 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Claude Code Facts
> Last updated: 2026-05-16
> Last updated: 2026-05-18
A collection of interesting and useful facts, tips, tools, and guides for working with Claude and Claude Code.
@@ -8,7 +8,7 @@ A collection of interesting and useful facts, tips, tools, and guides for workin
### [Claude Code Tools & Extensions](claude-code-tools.md)
MCP servers, skills, and plugins that extend Claude Code — including Context7 (library docs) and AST Index (fast code search).
MCP servers, skills, and plugins that extend Claude Code — including Context7 (library docs), AST Index, and vex (fast code search with semantic embeddings).
### [Gitea Release Workflow (Minimal)](gitea-release-workflow.md)