mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-09-05 22:13:52 +08:00
feat: 建立统一目录元数据与获取契约 (#5)
* feat: 建立 Registry 目录元数据验证基础 * feat: 迁移 Registry 应用目录元数据 * test: 解耦目录迁移进度断言 * feat: 迁移 Registry 服务目录元数据 * fix(catalog): 强制 Registry 目录元数据 * fix(catalog): 兼容 Registry v4 外部集成
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"description": "DesireCore 官方注册表 — Docker 应用、MCP 服务、HTTP API 和第三方外部集成的统一目录",
|
||||
"maintainer": "DesireCore Team",
|
||||
"repository": "https://github.com/desirecore/registry",
|
||||
"lastUpdated": "2026-08-30",
|
||||
"lastUpdated": "2026-08-31",
|
||||
"stats": {
|
||||
"totalEntries": 22,
|
||||
"dockerApps": 8,
|
||||
@@ -14,5 +14,12 @@
|
||||
"httpApis": 5,
|
||||
"externalIntegrations": 1
|
||||
},
|
||||
"dataVersion": "4.0.0"
|
||||
"dataVersion": "4.0.0",
|
||||
"catalogMetadata": {
|
||||
"version": "1.0.0",
|
||||
"schema": "schemas/catalog-metadata.v1.schema.json",
|
||||
"sidecarPath": "entries/<id>/catalog-metadata.v1.json",
|
||||
"required": true,
|
||||
"legacyFallback": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user