dsh-git-conventions:爲 DeepSeek Harness 配置 Git 提交、推送與 PR 規範

dsh-git-conventions 是 DeepSeek Harness 的靜態插件,用於自動化執行 Git 提交、推送及 PR 規範檢查。它支持配置化規則,覆蓋 `git commit`、`git push` 和 `gh pr create` 命令。核心功能包括:對 `-m` 內聯提交信息進行 Conventional Commits 結構校驗,不合規即拒絕;在啓用安全選項時,提示使用 `--force-with-lease` 替代裸 `--force` 推送;以及強制要求 `gh pr create` 必須包含標題和描述,缺失則攔截。插件規則通過設置頁配置並持久化,支持中英文,若規則留

閱讀全文