@gestaltrun/dsh-client-ui-community-plugins
v0.3.21-gestaltrun.0
Published
Community plugin index data source for the dsh web ecosystem: community.json is the single source of the Workshop store plugin list and the dsh-market.com plugin manifest.
Downloads
118
Readme
@gestaltrun/dsh-client-ui-community-plugins
English | 中文
dsh web 生态的社区插件索引数据源:community.json 是创意工坊商店插件目录与 dsh-market.com 插件清单(manifest/plugins.json)的唯一来源。条目只收录第三方插件作者的仓库链接与元数据——本仓库从不搬运它们的代码。
功能
- 索引数据:
community.json由维护者审核合并(流程见 docs/plugins.md 的「社区插件索引登记」),每条包含id/name/nameEn/author/repo(必填)与description/descriptionEn/npm/category/subcategory(可选;subcategory为category下的二级分类,枚举见scripts/community-index,仅当category已填时有效)。 - 消费方:
scripts/market-build从本文件派生出创意工坊商店与 dsh-market.com 的插件清单。 - 校验:
node scripts/community-index对索引执行契约校验(CI 门禁pnpm community:check同款)。 - 无设置面:本包不再提供任何设置界面(社区插件卡已被创意工坊商店的插件目录取代);保留 inert cordis 行只是为了让既有 profile 与聚合包继续解析该行,安装后无任何 UI。
安装
本包无需直接安装;它以索引数据源身份随仓库发布。
既有 profile 若仍挂载旧卡(如聚合包),可在官方「插件」分区的插件管理 Tab 中卸载 @gestaltrun/dsh-client-ui-community-plugins(下次启动生效)。
已知限制
- 索引只收录链接,不校验第三方代码质量与安全;条目版权归原作者。
- 新条目进入创意工坊站与商店需运行
node scripts/market-build并提交生成的market/dist(market:check门禁)。
