The Claude Code plugin moves to plugins/haiku-rag/ and gains a Codex manifest at .codex-plugin/plugin.json; both share one .mcp.json and one haiku-rag Agent Skill. .agents/plugins/marketplace.json serves Codex, the Claude marketplace points at the new path, and scripts/bump_version.py bumps both manifests. The skill declares its compatibility.
20 lines
366 B
JSON
20 lines
366 B
JSON
{
|
|
"name": "haiku-rag",
|
|
"interface": {
|
|
"displayName": "haiku.rag"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "haiku-rag",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/haiku-rag"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "Productivity"
|
|
}
|
|
]
|
|
}
|