dsh-lint-loop
零配置 lint 反馈闭环:由仓库已有的 eslint / biome / ruff 驱动(从配置文件自动探测、优先解析仓库本地 node_modules/.bin、不捆绑任何 linter)提供 lint_diagnostics / lint_workspace_errors / lint_fix 工具,并订阅 harness 的 fs/observed 事件自动注入「本次编辑引入的发现增量」——为 dsh Agent 带来编辑→lint→一键自动修复的闭环体验。
Zero-config lint feedback loop: lint_diagnostics / lint_workspace_errors / lint_fix tools driven by the eslint / biome / ruff already present in the repo (auto-detected from config files, repo-local node_modules/.bin resolved first, nothing bundled), plus an auto-injected post-edit findings delta wired to the harness fs/observed event — edit → lint → auto-repair with one lint_fix call for dsh agents.
怎么安装
dsh plugin add dsh-lint-loop 简介
dsh-lint-loop English | 中文 **Using it?** Tell us what works and what breaks — star the repo, ask a question, request a linter, or file an issue. Feedback directly shapes the roadmap. Zero-config lint feedback loop — a DeepSeek Harness (dsh) plugin that closes the **edit → lint → fix** loop: the model edits a file, immediately sees the lint findings (rule, file:line:col, message, fixable), and can auto-repair them with one lint_fix call. Uses whatever the repo already has — eslint, biome, ruff, golangci-lint, or cargo clippy. No setup, no bundled linters. What the model gets | Tool | Purpose | …
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 2
- 月下载
- 298
- 最近更新
- 2026-09-14
- 创建于
- 2026-09-10
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin