Replies: 1 comment
|
A community-side prototype for the beginner/runtime layer is now available:
Prototype and beginner quickstart: This is community-side, not an official |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Idea
A one-command environment doctor for fresh installs (
dsh doctor/dsh diagnose), run pre-weband pre-build.Motivation
A quick scan of recent discussions shows the same class of problems recurring — all environment/setup issues that a diagnostics command could catch instantly with actionable output:
dsh webfails on Linux — node-pty native modulepty.nodemissing (no prebuild, no build fallback)unrunis not installedWhat it could check
engines(^22.19 || >=24), pnpm version vspackageManager, corepack statenode_modulesintegrity: missing workspace deps / native modules (pty.nodeetc.), postinstall completeness,pnpm installfreshness (lockfile drift)scripts/run-gates.tsgates work but for user environments)Why it helps
The project is pre-release with breaking changes weekly; the fastest-growing cost for new adopters is environment diagnosis, and most of these discussions could be closed with a single command's output. It also gives maintainers a standardized "attach your
dsh doctoroutput" template for bug reports.Happy to help spec or prototype it (as a plugin, naturally 😄).
All reactions