📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-08-31 05:00:46 +08:00
parent 8fea3d18fe
commit 0b2b056032
347 changed files with 38446 additions and 136 deletions
@@ -0,0 +1,10 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cangjie-skill.org/schemas/registry-entry.schema.json",
"title": "Cangjie Skill Registry Entry (v1/v2 dispatcher)",
"description": "按 schema_version 分发(ADR-004):v1 永久保持可读,新输出模式使用 v2。校验器需先注册 v1/v2 子 schema。",
"oneOf": [
{ "$ref": "https://cangjie-skill.org/schemas/registry-entry-v1.schema.json" },
{ "$ref": "https://cangjie-skill.org/schemas/registry-entry-v2.schema.json" }
]
}