TT432/dsh-feedback0

dsh-feedback

Feedback log for DeepSeek Harness — lightweight add/list/update/delete of process feedback, persisted to {cwd}/work/feedback.json, a runtime skill describing the mechanism, and a web client panel (top-right session header) to view/copy/edit/delete feedback.

包名
dsh-feedback
版本
0.2.0
最近更新
2026年8月15日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

使用规则(与 omp 一致)

  • 发现即记录、轻量:记录时不展开处理;调用失败须重试,不得静默丢弃。
  • 自包含:summary 指明哪个 skill/文档/MCP/工具、什么问题。
  • 跨上下文回收:任何新会话开始处理前先 feedback_list
  • 处理完即删除;每条反馈要么纳入本单元处理,要么显式推迟,不得无声悬置。
  • 多个同类反馈积累 = 演化信号(配合 dsh-skillzipskillzip_compress 等)。
  • 详细规则见 skills/feedback/SKILL.md(运行时已注册为 feedback skill)。