Files
oh-my-claudecode/.claude-plugin/plugin.json
Codex Review 478093b631 chore(release): bump version to v4.13.0
Includes the autoresearch-as-a-skill migration (#2727) and the
company-context MCP contract scaffolding. Both ship as opt-in
experimental surfaces; minor bump reflects the new functionality
even though the features are not yet GA.

Constraint: autoresearch migration touches shared skill-state and persistent-mode plumbing — minor bump signals upgrade caution despite the experimental label
Confidence: high
Scope-risk: moderate
2026-04-19 08:08:23 +00:00

21 lines
507 B
JSON

{
"name": "oh-my-claudecode",
"version": "4.13.0",
"description": "Multi-agent orchestration system for Claude Code",
"author": {
"name": "oh-my-claudecode contributors"
},
"repository": "https://github.com/Yeachan-Heo/oh-my-claudecode",
"homepage": "https://github.com/Yeachan-Heo/oh-my-claudecode",
"license": "MIT",
"keywords": [
"claude-code",
"plugin",
"multi-agent",
"orchestration",
"automation"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}