mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-11 03:23:50 +08:00
- Add per-module agent merge/unmerge for ~/.codeagent/models.json with __module__ tracking, user-customization protection, and agent restore on uninstall when shared by multiple modules - Add post-install verification (wrapper version, PATH, backend CLIs) - Install CLAUDE.md by default, best-effort (never crashes main flow) - Fix 7-phase → 5-phase references across all docs - Document 9 skills, 11 commands, claudekit module, OpenCode backend - Add templates/models.json.example with all agent presets (do + omo) - Fix empty parent directory cleanup on copy_file uninstall - Update USER_GUIDE.md with 13 CLI flags and OpenCode backend Generated with SWE-Agent.ai Co-Authored-By: SWE-Agent.ai <noreply@swe-agent.ai>
28 lines
498 B
JSON
28 lines
498 B
JSON
{
|
|
"name": "myclaude",
|
|
"version": "6.7.0",
|
|
"private": true,
|
|
"description": "Claude Code multi-agent workflows (npx installer)",
|
|
"license": "AGPL-3.0",
|
|
"bin": {
|
|
"myclaude": "bin/cli.js"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
".claude-plugin/",
|
|
"agents/",
|
|
"skills/",
|
|
"memorys/",
|
|
"templates/",
|
|
"codeagent-wrapper/",
|
|
"config.json",
|
|
"install.py",
|
|
"install.sh",
|
|
"install.bat",
|
|
"PLUGIN_README.md",
|
|
"README.md",
|
|
"README_CN.md",
|
|
"LICENSE"
|
|
]
|
|
}
|