From 20255225ec8db9d48bd822d955e7d3c00d0003a0 Mon Sep 17 00:00:00 2001 From: KeyInfo Bot Date: Tue, 16 Jun 2026 17:34:02 +0800 Subject: [PATCH] Update postgres skill in marketplace Constraint: Public skills are published only by explicit administrator action unless they are tracked third-party market sources. Confidence: high Scope-risk: narrow Directive: Keep private/internal skills out of the public marketplace and preserve normal incremental market Git history. Tested: Marketplace validation passed. --- .agents/plugins/marketplace.json | 24 +++++++++---------- .../codex/.agents/plugins/marketplace.json | 24 +++++++++---------- .../postgres/.codex-plugin/plugin.json | 4 +++- .../plugins/postgres/assets/market-icon.svg | 1 + 4 files changed, 28 insertions(+), 25 deletions(-) create mode 100644 plugins/codex/plugins/postgres/assets/market-icon.svg diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 32d63dc39..dd7c84fd9 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -40,18 +40,6 @@ }, "category": "设计" }, - { - "name": "postgres", - "source": { - "source": "local", - "path": "./plugins/codex/plugins/postgres" - }, - "policy": { - "installation": "AVAILABLE", - "authentication": "ON_INSTALL" - }, - "category": "数据分析" - }, { "name": "literature-review", "source": { @@ -291,6 +279,18 @@ "authentication": "ON_INSTALL" }, "category": "文档处理" + }, + { + "name": "postgres", + "source": { + "source": "local", + "path": "./plugins/codex/plugins/postgres" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "数据分析" } ] } diff --git a/plugins/codex/.agents/plugins/marketplace.json b/plugins/codex/.agents/plugins/marketplace.json index 11804a21d..5e6f57958 100644 --- a/plugins/codex/.agents/plugins/marketplace.json +++ b/plugins/codex/.agents/plugins/marketplace.json @@ -40,18 +40,6 @@ }, "category": "设计" }, - { - "name": "postgres", - "source": { - "source": "local", - "path": "./plugins/postgres" - }, - "policy": { - "installation": "AVAILABLE", - "authentication": "ON_INSTALL" - }, - "category": "数据分析" - }, { "name": "literature-review", "source": { @@ -291,6 +279,18 @@ "authentication": "ON_INSTALL" }, "category": "文档处理" + }, + { + "name": "postgres", + "source": { + "source": "local", + "path": "./plugins/postgres" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "数据分析" } ] } diff --git a/plugins/codex/plugins/postgres/.codex-plugin/plugin.json b/plugins/codex/plugins/postgres/.codex-plugin/plugin.json index f460c218e..456f6a9af 100644 --- a/plugins/codex/plugins/postgres/.codex-plugin/plugin.json +++ b/plugins/codex/plugins/postgres/.codex-plugin/plugin.json @@ -32,6 +32,8 @@ "privacyPolicyURL": "https://git.playones.com/arechen/EapilSkillMarket", "termsOfServiceURL": "https://git.playones.com/arechen/EapilSkillMarket", "brandColor": "#2563EB", - "screenshots": [] + "screenshots": [], + "composerIcon": "./assets/market-icon.svg", + "logo": "./assets/market-icon.svg" } } diff --git a/plugins/codex/plugins/postgres/assets/market-icon.svg b/plugins/codex/plugins/postgres/assets/market-icon.svg new file mode 100644 index 000000000..c6bf091c3 --- /dev/null +++ b/plugins/codex/plugins/postgres/assets/market-icon.svg @@ -0,0 +1 @@ +postgres