Files
market/manifest.json
yi-ge 89e68de812 feat: 上架 DesireCore 核心智能体,新增管理分类,精简 latestVersion
- 新增 management 分类(系统管理与编排工具)
- 创建 DesireCore Agent 市场条目(id: desirecore, verified)
- 更新 manifest 统计(totalAgents: 1, lastUpdated: 2026-02-27)
- 移除 4 个 skill.json 中冗余的 latestVersion 字段(version 已够用)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 20:28:51 +08:00

27 lines
598 B
JSON

{
"name": "DesireCore Official Market",
"version": "1.0.0",
"description": "DesireCore 官方市场,提供精选高质量的 Agent 和 Skill",
"schemaVersion": "1.0.0",
"maintainer": {
"name": "DesireCore Team",
"email": "market@desirecore.net",
"url": "https://desirecore.net"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/desirecore/market.git"
},
"stats": {
"totalAgents": 1,
"totalSkills": 5,
"lastUpdated": "2026-02-27"
},
"features": [
"verified-only",
"auto-sync",
"multi-language"
]
}