dsh-maestro-devkit
Retired. This package is being removed from the Maestro runtime because
its UI and tools did not complete a demonstrated development workflow and
duplicated narrower owners. Existing0.3.2artifacts remain installable for
rollback, but the package receives no further runtime releases.Use Chrome DevTools/CDP for frontend inspection, package-local build tooling
for client iteration,dsh-maestro-supervisorplusdsh-safe-restartfor
host reloads,dsh-maestro-govardfor Govard operations,maestro-skillsand
skill-creatorfor skills, and core Cordis/session tools for introspection.
There is no drop-in replacement plugin.
General development toolkit for DeepSeek Harness — visual review, HMR, style inspector, Cordis/Govard/Skills dev (tunnel-aware).
Part of the dsh-maestro-* granular suite.
What you get
| Area | Tools |
|---|---|
| Visual review | frontend_capture — 3 viewports + DOM + geometry, tunnel-aware (local / https://tunnel.example.com) |
| Live iteration | frontend_hmr — chokidar watcher, classifies each change (dist hot-patch / build:client / host-restart), curl-verifies the target URL |
| Style debug | frontend_inspect — real getComputedStyle from the live browser tab via a client-registered RPC channel, inline overlay panel |
| Isolation | frontend_isolate — sandbox a single slot via /?__devkit_sandbox=<slot>&props=<json>, editable JSON props, viewport switcher |
| Session dev | devkit_session — real session list/inspect via ctx.sessions |
| Govard/Skills | devkit_govard (allowlisted commands only) — devkit_skills (real filesystem list/scaffold) |
devkit_cordis_inspectanddevkit_pluginwere removed in0.2.0— both
duplicated the core@deepseek-ai/dsh-tool-cordisextension already loaded
in everydsh websession (cordis_inspect_list/query/self,
cordis_define/run/stop/undefine). Use those instead.
Install
dsh plugin --profile web add @ddtcorex/dsh-maestro-devkit
# local dev
dsh plugin --profile web add link:/path/to/dsh-maestro-devkit
Restart dsh web after install.
Development
pnpm verify
pnpm build
pnpm test