ddtcorex/dsh-maestro-devkit1

@ddtcorex/dsh-maestro-devkit

General development toolkit for DeepSeek Harness — visual review, HMR, style inspector, Cordis/Govard/Skills dev (tunnel-aware)

包名
@ddtcorex/dsh-maestro-devkit
版本
0.1.0
许可证
MIT
最近更新
2026年8月28日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ddtcorex/dsh-maestro-devkit

dsh-maestro-devkit

General development toolkit for DeepSeek Harness — visual review, HMR, style inspector, Cordis/Govard/Skills dev (tunnel-aware).

Part of the dsh-maestro-* granular suite. See docs/specs/2026-08-28-dsh-devkit-design.md for the full design (8 sections).

What you get

AreaTools
Visual reviewfrontend_capture — 3 viewports + DOM + geometry, tunnel-aware (local / https://dsh-company.ddtcorex.com)
Live iterationfrontend_hmr — chokidar watcher → classify (dist hot-patch / build:client / host restart via dsh-safe-web-update) + verify local+tunnel
Style debugfrontend_inspect — computedStyle + Theme tokens + slot occupants + source file, inline overlay
Isolationfrontend_isolate — sandbox single slot with mock props, viewport switcher
Host devdevkit_cordis_inspect, devkit_session, devkit_plugin (dynamic Cordis)
Govard/Skillsdevkit_govard, devkit_skills

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

Design

See docs/specs/2026-08-28-dsh-devkit-design.md (8 sections, tunnel-aware, 5 Hard Rules).