mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-09-05 20:03:43 +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:
74
skills/follow-builders/catalog-metadata.v1.json
Normal file
74
skills/follow-builders/catalog-metadata.v1.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"$schema": "../../schemas/catalog-metadata.v1.schema.json",
|
||||
"schemaVersion": 1,
|
||||
"identity": {
|
||||
"kind": "skill",
|
||||
"id": "follow-builders"
|
||||
},
|
||||
"presentation": {
|
||||
"defaultLocale": "en-US",
|
||||
"i18n": {
|
||||
"en-US": {
|
||||
"name": "Follow Builders",
|
||||
"summary": "Tracks top AI builders across podcasts, X/Twitter and company blogs, delivering curated daily or weekly digests"
|
||||
},
|
||||
"zh-CN": {
|
||||
"name": "Follow Builders",
|
||||
"summary": "追踪 AI 领域真正在造东西的开发者、研究者与创始人,把播客、X/Twitter 与官方博客的动态汇成每日/每周摘要推送"
|
||||
}
|
||||
},
|
||||
"category": "productivity",
|
||||
"tags": [
|
||||
"zarazhangrui"
|
||||
]
|
||||
},
|
||||
"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/zarazhangrui/follow-builders.git",
|
||||
"ref": "239227ddea46dfb9db6ed23e5864a5fabb9cee83"
|
||||
}
|
||||
},
|
||||
"governance": {
|
||||
"stewardship": "community",
|
||||
"availability": "listing-only",
|
||||
"license": {
|
||||
"state": "unknown"
|
||||
},
|
||||
"redistribution": "allowed",
|
||||
"upstreamMaintainer": {
|
||||
"name": "zarazhangrui",
|
||||
"url": "https://github.com/zarazhangrui/follow-builders",
|
||||
"verified": false
|
||||
}
|
||||
},
|
||||
"compatibility": {
|
||||
"platforms": {
|
||||
"state": "unknown"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"kind": "skill"
|
||||
}
|
||||
}
|
||||
@@ -28,6 +28,7 @@
|
||||
"source": {
|
||||
"kind": "git",
|
||||
"repoUrl": "https://github.com/zarazhangrui/follow-builders.git",
|
||||
"repoBranch": "main"
|
||||
"repoBranch": "main",
|
||||
"ref": "239227ddea46dfb9db6ed23e5864a5fabb9cee83"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user