Add basemind#219
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds the 'basemind' plugin to the third-party plugins list in the README.md. The reviewer suggests also adding the corresponding entry to plugins.json (and potentially .agents/plugins/marketplace.json) to keep the machine-readable source of truth updated, providing a ready-to-use JSON snippet for this purpose.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| - [Anchor](https://github.com/biefan/anchor) - Engineering discipline pack for Claude Code & Codex CLI with task-scope locking, anti-drift braking, condition-based codex review, project-CLAUDE.md pitfall writeback, and PreToolUse hooks that block irreversible bash patterns. | ||
| - [Antigravity Workspace Template](https://github.com/study8677/antigravity-workspace-template) - Multi-agent codebase knowledge graph generator with context-aware planning and automatic scope management — turns codebases into coherent agent workspaces. | ||
| - [Archcore](https://github.com/archcore-ai/plugin) - Gives coding agents the architecture, rules, and prior decisions of the repo via skills, hooks, and MCP — so new changes land where the project says they belong across Claude Code, Cursor, and Codex CLI. | ||
| - [basemind](https://github.com/Goldziher/basemind) - Full AI context layer over MCP with a tree-sitter code-map, document RAG, shared agent memory, web crawl, and git history across 300+ languages. |
There was a problem hiding this comment.
While adding the plugin to README.md is correct, please also add the corresponding entry to plugins.json (and .agents/plugins/marketplace.json if applicable). The repository uses these files as the machine-readable source of truth for the plugin marketplace and compatibility automation.\n\nHere is the JSON entry you can add to plugins.json under the plugins array (alphabetically):\n\njson\n{\n \"name\": \"basemind\",\n \"url\": \"https://github.com/Goldziher/basemind\",\n \"owner\": \"Goldziher\",\n \"repo\": \"basemind\",\n \"description\": \"Full AI context layer over MCP with a tree-sitter code-map, document RAG, shared agent memory, web crawl, and git history across 300+ languages.\",\n \"category\": \"Development & Workflow\",\n \"source\": \"awesome-codex-plugins\",\n \"install_url\": \"https://raw.githubusercontent.com/Goldziher/basemind/HEAD/.codex-plugin/plugin.json\"\n}\n
Adds basemind to Community Plugins → Development & Workflow (alphabetically, between Archcore and Bring Your AI Migration Auditor).
basemind is a pure-Rust AI context layer that gives coding agents a tree-sitter code-map, document RAG, shared cross-session memory, web crawl, and git history over 300+ languages. It ships a Codex CLI plugin at
.codex-plugin/plugin.jsonthat registers its MCP server plus a routing skill so agents reach for structural lookups instead of grepping.This addresses a request to list basemind here.