mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-09-05 19:23:51 +08:00
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:
77
skills/ai-news-radar/catalog-metadata.v1.json
Normal file
77
skills/ai-news-radar/catalog-metadata.v1.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"$schema": "../../schemas/catalog-metadata.v1.schema.json",
|
||||
"schemaVersion": 1,
|
||||
"identity": {
|
||||
"kind": "skill",
|
||||
"id": "ai-news-radar"
|
||||
},
|
||||
"presentation": {
|
||||
"defaultLocale": "en-US",
|
||||
"i18n": {
|
||||
"en-US": {
|
||||
"name": "AI News Radar",
|
||||
"summary": "24/7 AI news radar that curates multiple sources into storylines and delivers daily headlines with three flavors of commentary"
|
||||
},
|
||||
"zh-CN": {
|
||||
"name": "AI 资讯雷达",
|
||||
"summary": "24 小时 AI 资讯雷达:从多信源筛选要闻、合并成故事线,并用三种口味锐评每日头条"
|
||||
}
|
||||
},
|
||||
"category": "productivity",
|
||||
"tags": [
|
||||
"ai-news",
|
||||
"rss",
|
||||
"learnprompt"
|
||||
]
|
||||
},
|
||||
"release": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"timestamps": {
|
||||
"catalogUpdatedAt": {
|
||||
"state": "known",
|
||||
"value": "2026-08-30T18:00:09Z",
|
||||
"precision": "second"
|
||||
},
|
||||
"releasePublishedAt": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"reviewedAt": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"upstreamObservedAt": {
|
||||
"state": "known",
|
||||
"value": "2026-08-30T18:00:09Z",
|
||||
"precision": "second"
|
||||
}
|
||||
},
|
||||
"provenance": {
|
||||
"content": {
|
||||
"kind": "git",
|
||||
"url": "https://github.com/LearnPrompt/ai-news-radar.git",
|
||||
"path": "skills/ai-news-radar",
|
||||
"ref": "f23ce289695aaf8808f4c19b0b815b51b20730a9"
|
||||
}
|
||||
},
|
||||
"governance": {
|
||||
"stewardship": "community",
|
||||
"availability": "listing-only",
|
||||
"license": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"redistribution": "allowed",
|
||||
"upstreamMaintainer": {
|
||||
"name": "LearnPrompt",
|
||||
"url": "https://github.com/LearnPrompt/ai-news-radar",
|
||||
"verified": false
|
||||
}
|
||||
},
|
||||
"compatibility": {
|
||||
"platforms": {
|
||||
"state": "unknown"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"kind": "skill"
|
||||
}
|
||||
}
|
||||
@@ -31,6 +31,7 @@
|
||||
"kind": "git",
|
||||
"repoUrl": "https://github.com/LearnPrompt/ai-news-radar.git",
|
||||
"repoBranch": "master",
|
||||
"path": "skills/ai-news-radar"
|
||||
"path": "skills/ai-news-radar",
|
||||
"ref": "f23ce289695aaf8808f4c19b0b815b51b20730a9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user