AI Agent Hub
Back to plugins
⚙️

dsh-maestro-govard

Workflow Updated 2026.09.14

Run the following command in DeepSeek Harness:

dsh plugin install ddtcorex/dsh-maestro-govard

Paste the following prompt into your AI chat to install this plugin:

Install it in DeepSeek Harness by running dsh plugin install ddtcorex/dsh-maestro-govard; source is available at https://github.com/ddtcorex/dsh-maestro-govard

About this plugin

When you use Govard to manage project environments, containers, and databases, DSH sessions lack native tool access and force you to break context by typing commands in a terminal. dsh-maestro-govard is a thin bridge that registers the govard binary capabilities as typed tools inside DSH sessions—no embedded Go code, just clean tool registration—so the agent can handle environment start/stop, in-container commands, DB dumps/imports, and debug configuration in a single turn.

Deploy workflows are split deliberately by safety: govard_deploy_plan returns the resolved pipeline as a machine-readable plan document without any live connection, while govard_deploy_check runs a preflight against a target. Mutating deploy commands intentionally stay in the terminal. Both accept a projectPath parameter to avoid mismatch between the session working directory and the actual project, with automatic fallback to the configured root or session workspace.

Ideal for developers who manage multi-environment deployments with Govard and want to invoke workspace tooling directly inside DSH agent sessions without repeatedly switching to a terminal. It is part of the Maestro Harness suite and shares consistent workspace path resolution with the other dsh-maestro-* plugins, making it a natural piece of a larger agent workflow.

Use Cases

  • Start or stop Govard-managed environments directly from a DSH session without switching to a terminal.
  • Run in-container commands and database dumps or imports via the agent, keeping the workflow uninterrupted.
  • Inspect the resolved pipeline with govard_deploy_plan and run a preflight with govard_deploy_check before deploying.

Best For

  • Developers managing multi-environment deployments with Govard.
  • Teams who want to invoke workspace tooling inside DSH agent sessions.
  • Engineers integrating the Maestro Harness suite as part of a larger agent workflow.