devmom/dsh-trajectory-debug--packages-trajectory-debug-bundle ↗★ 0
dsh-trajectory-debug-bundle
Trajectory Debug Workbench: installable DSH profile bundle (cordis.patch.yml layer)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:devmom/dsh-trajectory-debug#9c8a5d69bff6347c815202a7ca56b96db6aa0784&path:packages/trajectory-debug-bundle说明文档
阅读完整 README ↗dsh-trajectory-debug-bundle
Installable DSH profile bundle for the Trajectory Debug Workbench. The
cordis.patch.yml inserts the host provider, the RPC bridge and the browser
view into a profile's composed plugin tree.
Install
dsh plugin --profile web add dsh-trajectory-debug-bundle
or from a local checkout:
dsh plugin --profile web add ./packages/trajectory-debug-bundle
Verify the composed tree:
dsh web --dump-config
Uninstall
dsh plugin --profile web remove dsh-trajectory-debug-bundle
Rows inserted
| id | package | purpose |
|---|---|---|
trajectory-debug-host | dsh-trajectory-debug-host | engines, breakpoints, commands, projections |
trajectory-debug-remotes | dsh-trajectory-debug-remotes | Host RPC endpoints + Client mount (M2) |
ui-trajectory-debug | dsh-client-ui-trajectory-debug | browser views (M2) |