mirror of
https://fastgit.cc/github.com/Yeachan-Heo/oh-my-claudecode
synced 2026-04-20 21:00:50 +08:00
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
21 lines
507 B
JSON
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"
|
|
}
|