basemind 0.19.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, 10+ coding-agent harnesses, content-addressed Fjall + LanceDB.
# basemind docs site

The [basemind.ai](https://basemind.ai) documentation site — built with
[Astro Starlight](https://starlight.astro.build) and deployed to GitHub Pages by
`.github/workflows/docs.yaml`.

## Develop

```bash
npm install
npm run dev      # local dev server at http://localhost:4321
npm run build    # static build into ./dist
npm run preview  # serve the built site
```

## Layout

- `src/content/docs/**` — the documentation pages (Markdown / MDX).
- `astro.config.mjs` — site config, sidebar, and the `starlight-llms-txt` plugin
  (generates `/llms.txt`, `/llms-small.txt`, `/llms-full.txt`).
- `src/styles/custom.css` — brand theme.
- `public/CNAME` — the custom domain (`basemind.ai`).

Content is sourced from the repo `README.md`, `docs/ARCHITECTURE.md`, and the `skills/` SKILL files —
keep it in sync when those change.