DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Maestro Govard — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

@ddtcorex/dsh-maestro-govard

Maestro Govard

Maestro Govard bridge — thin DSH bridge for govard + workspace tools (Go stays separate)

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:ddtcorex/dsh-maestro-govard#c170f7ea859c4889359c32e7464a0d1b73e43259
READMECompatibilityVersions

Compatibility and provenance

Maestro Govard is published as @ddtcorex/dsh-maestro-govard and currently resolves to version 0.3.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/13/2026

Versions

0.3.1stable
9/13/2026
0.2.0stable
9/11/2026
0.1.1stable
9/2/2026
Show 1 more versionCollapse versions
0.1.0stable
8/26/2026

Related plugins

Loading related plugins…

Latest
0.3.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
Not declared
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/18/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

@ddtcorex/dsh-maestro-govard

Thin DeepSeek Harness bridge for Govard — exposes Govard workspace/project tooling to DSH sessions as registered tools. The Govard engine itself is a separate Go codebase and binary; this package only bridges, it does not embed Go code.

Part of the Maestro Harness suite (dsh-maestro-*). Cordis patch row id: dsh-maestro-govard (short alias maestro-govard in the meta bundle).

What it provides

  • Tool registrations that shell out to the govard binary (environment up/down, commands in container, DB dumps/imports, debug configuration) with schemastery-typed parameters.
  • Read-only deploy inspection: govard_deploy_plan (the resolved pipeline for a remote as its machine-readable kind: "plan" document, no connection needed) and govard_deploy_check (the preflight against a target). The mutating deploy commands stay in the terminal. Both take projectPath, because the host process's own directory is rarely the project a session is working in — the tools fall back to the configured root, then the session workspace.
  • Workspace path resolution consistent with the rest of the Maestro suite.

Install

dsh plugin --profile web add @ddtcorex/dsh-maestro-govard
# or everything at once:
dsh plugin --profile web add @ddtcorex/dsh-maestro-meta

The Go binary is built separately in the govard repository (make build); this bridge expects it available on PATH or at its configured location.

Development

pnpm install
pnpm verify   # tsc --noEmit
pnpm test     # vitest run
pnpm build    # tsc -> lib/

Runtime features must be validated live against a real Govard-managed project before handoff — see AGENTS.md.

License

MIT