@sensegrep/core
v0.1.22
Published
Semantic + structural code search engine used by the sensegrep CLI, MCP server, and VS Code extension.
Readme
@sensegrep/core
Semantic + structural code search engine used by the sensegrep CLI, MCP server, and VS Code extension.
Install
npm install @sensegrep/coreUsage
import { index, search } from "@sensegrep/core"
await index({ rootDir: process.cwd(), mode: "incremental" })
const results = await search({ query: "authentication and token validation" })
console.log(results)Documentation
- Repository: https://github.com/Stahldavid/sensegrep
- Docs: https://github.com/Stahldavid/sensegrep/tree/main/docs
- Issues: https://github.com/Stahldavid/sensegrep/issues
