feat: 统一 apps/mcp/services 为 entries/ Skill 格式

将 20 个条目从三个分散目录(apps/8、mcp/7、services/5)迁移到统一的
entries/ 目录。每个条目包含:
- manifest.json:极简结构化元数据
- install.md:自然语言安装说明(如适用)
- usage.md:自然语言使用说明和连接配置

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Johnson
2026-03-08 09:16:55 +08:00
parent 4083ee3f94
commit f6042a0f56
69 changed files with 931 additions and 547 deletions

View File

@@ -1,25 +1,27 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"id": "desirecore-registry-manifest",
"version": "2.0.0",
"version": "3.0.0",
"name": "DesireCore Registry",
"description": "DesireCore 官方应用商店与服务注册表",
"maintainer": "DesireCore Team",
"repository": "https://github.com/desirecore/registry",
"lastUpdated": "2026-02-24",
"lastUpdated": "2026-03-08",
"stats": {
"apps": 8,
"mcpServices": 7,
"httpServices": 5,
"descriptors": 18,
"serviceCategories": 6,
"appCategories": 5
"appCategories": 5,
"entries": 20
},
"dataVersion": {
"apps": "2.0.0",
"mcp": "2.0.0",
"services": "2.0.0",
"descriptors": "1.1.0",
"categories": "1.1.0"
"categories": "1.1.0",
"entries": "1.0.0"
}
}