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.
{
  "name": "basemind-opencode",
  "version": "0.2.2",
  "description": "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.",
  "type": "module",
  "main": "basemind.js",
  "keywords": [
    "mcp",
    "agent-context",
    "rag",
    "code-map",
    "tree-sitter"
  ],
  "author": {
    "name": "Na'aman Hirschfeld",
    "email": "nhirschfeld@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Goldziher/basemind.git",
    "directory": "opencode-plugin"
  },
  "homepage": "https://github.com/Goldziher/basemind#opencode",
  "bugs": {
    "url": "https://github.com/Goldziher/basemind/issues"
  },
  "files": [
    "basemind.js",
    "skills/",
    "commands/",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  }
}