lonelymoon87/dsh-specflow0

dsh-specflow

Specification-driven development workflows for DeepSeek Harness.

AI 分析

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

パッケージ
dsh-specflow
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/14

インストール

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

ドキュメント

README 全文を読む ↗

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.