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.
14 lines
353 B
JSON
14 lines
353 B
JSON
{
|
|
"name": "haiku-rag",
|
|
"description": "The haiku.rag knowledge base as Claude Code tools and a skill.",
|
|
"owner": {
|
|
"name": "Yiorgis Gozadinos"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "haiku-rag",
|
|
"source": "./plugins/haiku-rag",
|
|
"description": "Search, read and analyze your haiku.rag knowledge base from Claude Code."
|
|
}
|
|
]
|
|
}
|