@dsh-external/plugin-forge
AI-native DSH 插件生成工具:forge_plugin 工具让 AI 自发发现能力缺口、子代理开发、迁移为独立 git 仓库并自动提交与热挂载
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:csiroqa/dsh-plugin-forge说明文档
阅读完整 README ↗配置(cordis.patch.yml)
| 键 | 默认 | 说明 |
|---|---|---|
targetRoot | '' | 迁移根;空 = 工作区父目录/dsh-plugins |
stagingRoot | '' | staging 根;空 = 工作区/.forge-staging |
harnessRoot | '' | deepseek-harness 检出根;空 = 自动查找 |
subagentProvider | spawn | 子代理 provider |
maxChildDepth | 2 | 子代理委托深度上限(1–5) |
childTimeoutMs | 2700000 | 子代理/构建超时(≥ 60000) |
commitType | feat | Conventional Commit 类型 |
push | false | 提交后 push |
gitAuthorName | csiroqa | 提交作者名 |
gitAuthorEmail | justinwangyj@163.com | 提交作者邮箱 |
keepStaging | true | 保留 staging 供排查 |
stagingTtlDays | 0 | staging 保留天数;0 = 不清理 |
installProfile | '' | 装入的 profile 名;空 = 自动探测当前 profile |
autoInstall | true | 成功后自动装入当前 profile(install: false 参数可关闭单次) |