feat(workbench): add the make-my-workbench flow and GitHub listing guide - #497
Merged
yaojin3616 merged 1 commit intoSep 21, 2026
Merged
Conversation
This was referenced Sep 21, 2026
Closed
This was referenced Sep 21, 2026
Merged
yaojin3616
force-pushed
the
feat/workbench-submission-flow
branch
from
September 21, 2026 15:45
db5d8ab to
c05d9be
Compare
yaojin3616
force-pushed
the
feat/workbench-submission-flow
branch
from
September 21, 2026 15:52
c05d9be to
cb50c40
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Second of three PRs split out of #429. Stacked on #496 and synchronized with its Awesome catalog client. This PR adds the "make my workbench" path and connects its listing instructions to
dataelement/awesome-dsh-workbench.What's included
docs/workbench-author-guide.zh.mdcovers development, local acceptance, first listing and later releases.scripts/build-workbench-guide.mjsgenerates the bundled copy, andtest/workbench-guide-sync.test.mjsdetects drift. Desktop serves the same Markdown at/api/desktop-workbenches/author-guide, with/development-guidekept as an alias.data/workbenches/owner__repo.yml. It may report submission only after obtaining a real PR URL, and listing only after the merged record appears in the public catalog.submissions.jsonv2 storeslocal-draftrecords separately from public Awesome results. Version-1pendingrecords migrate once with an exact metadata backup.owner/repoidentities remain separate from runtimeworkbenchId; remote entries are never falsely shown as installed, and entries without a loaded provider link to repository instructions.Testing
npm ci --no-audit --foreground-scriptscompleted, including patch-package and postinstallnpm test: 119 files, 1091 tests passnpm run typecheck,npm run build, andgit diff --checkpass🤖 Generated with Claude Code