basemind 0.2.2

Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 8 coding-agent harnesses, content-addressed Fjall + LanceDB.
# basemind-opencode

OpenCode plugin for [basemind](https://github.com/Goldziher/basemind) — full AI context layer for coding agents.

## Install

Add to your `opencode.json` (global or project-level):

```json
{
  "plugin": ["basemind-opencode@latest"]
}
```

Restart OpenCode. You also need the `basemind` binary on your `PATH`:

```bash
npm install -g basemind        # or: pip install basemind / cargo install basemind
```

Then scan your repo once before starting OpenCode:

```bash
cd /path/to/your/repo
basemind scan
```

## What this registers

- **MCP server** named `basemind` running `basemind serve` over stdio. Exposes the full
  code-map, git, documents, and memory toolset.
- **Skills directory** with pre-authored skills that document how to drive the MCP toolset.

See the [main README](https://github.com/Goldziher/basemind#readme) for the full MCP tool
reference, architecture, and configuration.

## License

MIT