cainiao1992/dsh-gsd-bridge ↗★ 0
dsh-gsd-bridge
GSD Core workflow bridge for DeepSeek Harness: mounts @opengsd/gsd-core as /gsd-* slash commands with session orientation.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cainiao1992/dsh-gsd-bridge说明文档
阅读完整 README ↗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
| Field | Default | Meaning |
|---|---|---|
vendorRoot | installed @opengsd/gsd-core | package root to bridge (a fork or local checkout) |
includeBudgetChars | 220000 | per-command include-inlining character budget |
stateCapChars | 3500 | STATE.md orientation truncation |
orientation | true | disable 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