omdsh-dev/dsh-hub-workshop

项目介绍Project Overview

DSH Hub Workshop 是 OMDSH 生态的市场、目录、审查投影与不可变订阅源权威。核心能力:依据 registry-v1.json 管理安装授权,按 Catalog、market-layers、Registry 三层分离市场,并提供 topic-plugin-auditfeeds:build 等命令刷新证据与重建投影。使用场景:为生态插件策展人维护权威注册表并对候选源做基线验证。注意事项:生产订阅源为未签名制品,远程消费者必须用 Ed25519 公钥对照 registry-trust-roots.json 校验。

DSH Hub Workshop is the public market, Catalog, review projection, and immutable feed authority for the OMDSH ecosystem. Its core capability is separating three layers—Catalog, market-layers, and Registry—where installation authority remains exclusively in registry-v1.json. Use it to maintain the authoritative registry, refresh plugin evidence, and rebuild ecosystem projections deterministically. Note: the public Registry artifact is unsigned; remote consumers must verify the Ed25519 signature against registry-trust-roots.json, and signing fails unless the private key matches the active trust root.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:omdsh-dev/dsh-hub-workshop

omdsh-dev/dsh-hub-workshop 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

DSH Hub Workshop

Plugin intake and current-baseline verification are documented in INTAKE.md and INTAKE.zh.md. The three integration modes are transactional Profile Bundle, managed Repository Plugin configuration, and guided integration; pending review is an independent review state.

The public market, plugin Catalog, review projection, and immutable feed authority for the OMDSH ecosystem. The production site is hub.omdsh.dev, with hub.0.org.cn as a byte-equivalent fallback.

The website is public and does not use visitor GitHub OAuth, a member allowlist, or a login session. Repository visibility is discovery evidence only: it never grants installation authority. Installable entries must be reviewed and emitted by registry-v1.json with an immutable source coordinate.

The market has three separate layers. Leaf plugins remain in catalog.json; ecosystem infrastructure and community distributions are curated in market-layers.json; installation authority remains exclusively in registry-v1.json. Infrastructure and distributions may therefore be discoverable without being labeled or installed as plugins. Awesome lists, documentation-only repositories, templates, placeholders, and popularity-only Topic matches remain outside every market layer.

The architecture keeps production decentralized and trust facts centralized: authors retain source, Issues, and releases in their repositories; Workshop records immutable coordinates, classification, review state, and verification evidence. Market visibility, plugin qualification, current-baseline verification, and Registry admission are four separate states.

The dsh-plugin Topic is a candidate source, not the Catalog. topic-plugin-audit.json requires file-level plugin evidence and excludes core products, ecosystem infrastructure, distributions, awesome lists, documentation, templates, standalone applications, placeholders, unavailable private sources, and Topic-only repositories from the plugin layer. Run npm run topic:audit to refresh the evidence report and npm run topic:apply to apply it to an existing Catalog snapshot.

registry-admissions.json is the review source. npm run feeds:build verifies each evidence digest and regenerates the Catalog, Registry, Workshop, Run Record, Recipe, Collection, and Agent ecosystem projections deterministically. The public Registry artifact is unsigned and reproducible; a remote consumer must verify the production Ed25519 signature against registry-trust-roots.json, while a bundled consumer snapshot may explicitly accept the unsigned build artifact. Production signing fails unless the private key matches the active published trust root.

Validate

npm ci
npm run feeds:build
npm run validate
npm run deploy:dry-run

Deploy

Production deployment replaces the existing dsh-hub Cloudflare Worker version for both hostnames. It requires only a Cloudflare deployment token and account ID; no GitHub visitor identity or OAuth secret is used by the Worker.

Cloudflare Web Analytics uses automatic setup for the omdsh.dev zone, which covers both Worker routes. The Worker permits the Cloudflare beacon in its CSP but never injects a second beacon, so each visit is counted once. Local and preview hosts remain outside the production analytics setup.

npm run deploy
上一个 Prev dsh-desktop-safe-market 下一个 Next dsh-sticky-notes