sifs 0.3.3

SIFS Is Fast Search: instant local code search for agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SIFS Is Fast Search: fast code search for local and Git repositories.

Use `search` for natural-language, symbol, or code queries. Use `find_related`
when you already have a file and line from a result and want similar code. Use
`agent_context` to inspect the full tool contract. Use `index_status`,
`list_files`, and `get_chunk` to understand coverage
before or after searching. Use `refresh_index` after files change in a
long-lived MCP session.

Tool calls use `source` for local paths or Git URLs and `limit` for result
bounds. Do not use the old `repo` or `top_k` names.

Search mode guidance:
- `hybrid`: default for most questions.
- `bm25`: exact identifiers, symbols, filenames, and literals.
- `semantic`: conceptual or behavior-focused queries.