What problem does it solve?
The basemind CLI provides a scriptable interface to interact with the basemind engine, enabling headless automation, batch queries, and CI-friendly workflows.
Core Features & Use Cases
- Code map and symbol search across 300+ languages via the CLI, with references, callers, and implementations.
- Document ingestion and RAG over 90+ file formats, including PDFs and Office docs, for semantic search.
- Shared memory and per-repo scoped state, plus cross-session memory sharing across clones of the same origin.
- Git intelligence: history, blame, and diffs at symbol resolution to understand changes over time.
- Web crawl and map: on-demand web scraping and site mapping into the index for contextual search.
- Cache management and lifecycle controls: statistics, garbage collection, and selective clears.
Quick Start
Install basemind and run basemind scan to index your repository, then script common tasks with basemind CLI.