staavanothanh/dsh-ecc0

dsh-ecc

Everything Claude Code 适配器:将 ECC 的 Agent、技能和钩子引入并适配至 DSH 运行环境。

AI 分析

核心用途是跨平台复用 Claude Code 社区的丰富技能生态。适合希望在 DSH 中直接调用 ECC 现有工具和自动化工作流的进阶开发者。

套件
dsh-ecc
版本
0.1.0
授權
MIT
最近更新
2026年8月18日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:staavanothanh/dsh-ecc

Configuration boundary

The package patch mounts the adapter with a bundled, pinned ECC source:

eccSource:
  mode: bundled
  repository: https://github.com/affaan-m/ECC.git
  ref: 50743cec75852e32d6517c9894a3339a2462a713
  updatePolicy: explicit
dialect: auto
transportProvider: spawn
hookProfile: standard

The bundled package also records the human-readable ECC version v2.2.0 in assets/ecc/revision.json. A remote mode must resolve and verify the commit before activation; it must not infer a ref from the version string.

Remote revision caching and atomic activation are post-MVP features. They must accept only an explicit tag or commit, verify the downloaded snapshot, and keep the last known-good revision for rollback.