Back to home@ddtcorex

dsh-maestro-devkit

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

Stars
1
Language
TypeScript
Created
Aug 27, 2026
Updated
Aug 28, 2026

Introduction

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).