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
|
This is a README-only submission. Per CONTRIBUTING.md, all plugin submissions must include:
Please add the full bundle and catalog entries, then we can review. |
kantorcodes
left a comment
There was a problem hiding this comment.
Approved! Once merged, feel free to visit https://hol.org/guard/plugins to claim your plugin and publish a post about it in the HOL Blog :)
Re-adds 6 plugins that were incorrectly merged under kantorcodes authorship by a previous agent (bg_2). The original PRs (#219, #190, #191, #207, #278, #233) were from forks and their content was force-pushed off main. This restores each plugin entry to README.md with proper attribution. Original authors: - basemind: Na'aman Hirschfeld (Goldziher) — PR #219 - Open Dynamic Workflows: Suraj Kuncham (Suraj1235) — PR #190 - BurpSuite MCP Bridge: 刘俊峰 (6jeffr3y) — PR #191 - Quality Engineering Skills: R.Braga (RBraga01) — PR #207 - AI Mobile: comprono — PR #278 - Haunt MCP: Darko893 — PR #233 Closes #219, closes #190, closes #191, closes #207, closes #278, closes #233 Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
One last thing, per CONTRIBUTING.md, ensure the scanner is setup |
|
@Goldziher — this pull request needs updates before it can be merged. Contribution requirements failedRequired scanner CI is missing or could not be validated.
How to fix it
See the repository's contribution requirements and scanner guide. After pushing the changes, this check and comment will update automatically: https://github.com/hashgraph-online/awesome-codex-plugins/actions/runs/33295323250 |
5acdbdb to
88dc845
Compare
|
Withdrawing this one — thanks @kantorcodes for the approval. The blocker isn't the entry, it's the gate: landing a one-line README addition requires running No criticism of the list — it's well maintained and the alphabetical/bundle checks are sensible. Just not the right fit on my side. Closing so it's off your queue. |
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.