ddtcorex/dsh-maestro-govard1

@ddtcorex/dsh-maestro-govard

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

包名
@ddtcorex/dsh-maestro-govard
版本
0.1.0
最近更新
2026年8月26日

安装

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

@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.
  • 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