移除官网展示用 Agent 目录 (#109)

## 变更

- 移除此前为官网展示加入的 7 个 Agent 条目
- 恢复 Market 为真实可复用目录,不再承载官网宣传样例
- 恢复 README 与 manifest 中的 Agent 计数

## 验证

- `scripts/i18n/test_validate_i18n.py`
- `scripts/catalog/test_validate_catalog_metadata.py`
- `scripts/catalog/test_collection_generator.py`
- `scripts/catalog/validate_catalog_metadata.py --require-complete`
- `scripts/i18n/validate-i18n.py`
- 敏感信息与发布边界检查通过
This commit is contained in:
2026-08-31 23:39:53 -04:00
committed by GitHub
parent 9eb6181e55
commit df5959eebf
16 changed files with 4 additions and 383 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "DesireCore Official Market",
"version": "1.3.0",
"version": "1.3.1",
"schemaVersion": "1.1.0",
"supportedLocales": ["zh-CN", "en-US"],
"defaultLocale": "en-US",
@@ -26,7 +26,7 @@
"url": "https://github.com/desirecore/market.git"
},
"stats": {
"totalAgents": 8,
"totalAgents": 1,
"totalSkills": 62,
"lastUpdated": "2026-09-01"
},