cainiao1992/dsh-gsd-bridge0

dsh-gsd-bridge

GSD Core workflow bridge for DeepSeek Harness: mounts @opengsd/gsd-core as /gsd-* slash commands with session orientation.

包名
dsh-gsd-bridge
版本
0.1.0
许可证
MIT
最近更新
2026年8月31日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cainiao1992/dsh-gsd-bridge

Usage

Type any /gsd-* command in the DeepSeek Harness Web UI.

/gsd-help            # workflow catalog
/gsd-new-project     # greenfield: questioning → research → requirements → roadmap
/gsd-onboard         # existing codebase: map → ingest → initialize planning
/gsd-plan-phase 1    # create a detailed plan for phase 1
/gsd-execute-phase 1 # execute all plans in the phase
/gsd-next            # state-aware router

Configuration

FieldDefaultMeaning
vendorRootinstalled @opengsd/gsd-corepackage root to bridge (a fork or local checkout)
includeBudgetChars220000per-command include-inlining character budget
stateCapChars3500STATE.md orientation truncation
orientationtruedisable session orientation

The recommended local override for vendorRoot is ~/.dsh/gsd-core — a package-root install (with commands/, agents/, and the gsd-core/ runtime root — the DSH counterpart of ~/.claude/gsd-core):

- id: gsd-bridge
  name: 'dsh-gsd-bridge'
  config:
    vendorRoot: /Users//.dsh/gsd-core
    includeBudgetChars: 100000