jiezeng2004-design/dsh-requirements-alignment ↗★ 5
dsh-requirements-alignment
Runtime requirement drift guard for DeepSeek Harness — keeps long-running agents aligned with user intent while they work.
AI 분석
核心用途是防止长任务中 AI 代理执行偏离最初设定的目标。适合运行复杂、耗时开发任务的用户。支持通过 `/align` 命令随时检查执行状态与基线的匹配度。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jiezeng2004-design/dsh-requirements-alignmentConfiguration
| Key | Default | Meaning |
|---|---|---|
mode | auto | auto — policy section + tools + command; manual — tools + command only; off — inert (row loaded, nothing registered). |
section | shipped policy | Deployment-owned policy text replacing the shipped one (auto mode). Must be non-empty when provided. |
Unknown config keys fail at load (same stance as dsh-plan-mode).