Wickaninnish/dsh-skill-manager--packages-dsh0

@skill-ops/dsh

DeepSeek Harness 技能运维插件:事件追踪、双模型门禁、快照事务、自动合并/优化/描述修复

包名
@skill-ops/dsh
版本
0.3.1
许可证
MIT
最近更新
2026年8月27日

安装

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

配置

- id: skill-ops
  name: '@skill-ops/dsh'
  config:
    trackingEnabled: true             # 使用追踪
    feedbackAttributionEnabled: true  # 反馈归因(需要 message-feedback)
    pairThreshold: 0.3                # 去重候选阈值
    writeMode: read-only              # automatic 才会写盘
    skillRoots: ['D:/path/to/skills'] # automatic 时必填、可写且互不重叠
    correctionThreshold: 3
    correctionAgeDays: 7
    snapshotRetentionDays: 30

要求 Node ≥ 22。MIT 许可。