feat: 迁移统一目录元数据契约 (#102)

## 中文

- 为 System Agent、34 个 Builtin Skill、28 个 Pointer/Collection 条目增加 catalog
sidecar
- 覆盖 147 个 collection child,并固定可证明的来源;无法证明的内容保持 listing-only/unknown
- 增加 strict Schema、validator、collection check 与 CI 完整性门禁

## English

- Add catalog metadata sidecars for the System Agent, 34 built-in
Skills, and 28 pointer/collection entries
- Cover 147 collection children while keeping unverifiable facts
listing-only or unknown
- Add strict schemas, validators, deterministic collection checks, and
CI completeness gates

## 验证 / Verification

- Catalog validator 17/17
- Collection generator 4/4
- 63 sidecars, 147 children, zero errors
This commit is contained in:
2026-08-31 04:10:49 -04:00
committed by GitHub
parent 40944ca1d3
commit a205ef20f0
80 changed files with 10734 additions and 21 deletions

View File

@@ -0,0 +1,75 @@
{
"$schema": "../../schemas/catalog-metadata.v1.schema.json",
"schemaVersion": 1,
"identity": {
"kind": "skill",
"id": "configuring-compute"
},
"presentation": {
"defaultLocale": "en-US",
"i18n": {
"zh-CN": {
"name": "配置算力",
"summary": "帮用户配置模型供应商与 API Key密钥只写不读",
"description": "通过受治理工具配置 DesireCore 算力:查看和启停 provider、同步模型、只写 API Key ManageCompute 尚未覆盖的字段使用专用 DesireCore GUI 工具。禁止从 Bash 或 HttpRequest 调用仅供可信渲染器使用的 /api/compute 管理端点。"
},
"en-US": {
"name": "Configure Compute",
"summary": "Configure model providers and API keys for the user (keys are write-only)",
"description": "Configure DesireCore compute through governed tools: inspect and enable providers, sync models, and write API keys without reading them back. Use the dedicated DesireCore GUI tool for fields not covered by ManageCompute; never call renderer-only /api/compute management endpoints from Bash or HttpRequest."
}
},
"category": "productivity",
"tags": [
"compute",
"provider",
"configuration",
"meta"
]
},
"release": {
"state": "known",
"version": "1.1.0",
"versionScheme": "semver"
},
"timestamps": {
"catalogUpdatedAt": {
"state": "known",
"value": "2026-08-29T18:26:24Z",
"precision": "second"
},
"releasePublishedAt": {
"state": "known",
"value": "2026-08-30",
"precision": "day"
},
"reviewedAt": {
"state": "unknown"
},
"upstreamObservedAt": {
"state": "unknown"
}
},
"provenance": {},
"governance": {
"stewardship": "official",
"availability": "installable",
"license": {
"state": "unknown"
},
"redistribution": "verify-package-terms",
"listingMaintainer": {
"name": "DesireCore Official",
"verified": true
}
},
"compatibility": {
"platforms": {
"state": "unknown"
}
},
"spec": {
"kind": "skill",
"riskLevel": "medium"
}
}