Add Agent Message Queue to Community Plugins#21
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
Reviewed by mimo-v2-pro-20260318 · 90,668 tokens |
There was a problem hiding this comment.
Code Review
This pull request adds the 'Agent Message Queue' plugin to the Tools & Integrations section of the README.md file. The reviewer noted that the plugins.json file also needs to be updated with the new entry to maintain consistency between the human-readable documentation and the machine-readable registry.
|
|
||
| ### Tools & Integrations | ||
|
|
||
| - [Agent Message Queue](https://github.com/avivsinai/agent-message-queue) - File-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations. |
There was a problem hiding this comment.
The pull request is missing an update to plugins.json. To maintain consistency between the human-readable list and the machine-readable registry, please add the new plugin entry to the plugins array in plugins.json and increment the total count.
Example entry for plugins.json:
{
"name": "Agent Message Queue",
"url": "https://github.com/avivsinai/agent-message-queue",
"owner": "avivsinai",
"repo": "agent-message-queue",
"description": "File-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/avivsinai/agent-message-queue/main/.codex-plugin/plugin.json"
}
Summary
Why
This plugin already ships a public
.codex-plugin/plugin.jsonmanifest and fits the existing third-party tools section.