lonelymoon87/dsh-specflow0

dsh-specflow

Specification-driven development workflows for DeepSeek Harness.

AI 분석

核心用途是为 DSH 提供规范驱动开发工作流。适合需要通过规范文件(如 specs 目录)来引导智能体开发任务的用户,支持自动注入上下文快照。

패키지
dsh-specflow
버전
0.1.1
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lonelymoon87/dsh-specflow

Configuration

The bundle inserts the plugin with defaults. A profile may configure the plugin entry directly:

- id: specflow
  name: dsh-specflow
  config:
    specsDir: .dsh/specs
    autoInjectContext: true

specsDir may be workspace-relative or absolute. autoInjectContext controls only the model-facing progress snapshot; it does not change goal or artifact behavior.