lonelymoon87/dsh-specflow0

dsh-specflow

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.