From 5a0a80d31cba710c0f6de2fdc136225b44e40005 Mon Sep 17 00:00:00 2001 From: Yige Date: Sun, 23 Aug 2026 19:07:09 +0800 Subject: [PATCH] test(market): delist temporary QA agent (#89) Removes the temporary QA-only Agent listing after successful real Market installation verification. The installed local copy is intentionally verified separately to ensure delisting does not delete user-owned installations. --- .../entry.json | 37 ------------------- manifest.json | 4 +- 2 files changed, 2 insertions(+), 39 deletions(-) delete mode 100644 agents/qa-market-publish-agent-20260823/entry.json diff --git a/agents/qa-market-publish-agent-20260823/entry.json b/agents/qa-market-publish-agent-20260823/entry.json deleted file mode 100644 index 9aa2062..0000000 --- a/agents/qa-market-publish-agent-20260823/entry.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "id": "qa-market-publish-agent-20260823", - "name": "QA Market Publish Agent 20260823", - "category": "development", - "tags": ["qa", "market", "lifecycle"], - "icon": "", - "latestVersion": "1.0.0", - "i18n": { - "en-US": { - "name": "QA Market Publish Agent 20260823", - "shortDesc": "Temporary Agent for verifying the real publish, install, and delist lifecycle." - }, - "zh-CN": { - "name": "QA 市场发布测试 Agent 20260823", - "shortDesc": "用于验证真实上架、安装与下架闭环的一次性 Agent。" - } - }, - "maintainer": { - "name": "yi-ge", - "verified": false, - "account": "yi-ge", - "url": "https://github.com/yi-ge/qa-market-publish-agent-20260823" - }, - "stewardship": "community", - "license": "MIT", - "redistribution": "allowed", - "source": { - "kind": "git", - "repoUrl": "https://github.com/yi-ge/qa-market-publish-agent-20260823.git", - "repoBranch": "main", - "ref": "dd4abbe342f25d0569dba152ce1be3fb867c3474" - }, - "avatar": { - "t": "QA", - "bg": "linear-gradient(135deg, #FF9500, #FF6B00)" - } -} diff --git a/manifest.json b/manifest.json index f881efa..ccccfb1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "DesireCore Official Market", - "version": "1.2.27", + "version": "1.2.28", "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": 2, + "totalAgents": 1, "totalSkills": 60, "lastUpdated": "2026-08-23" },