csiroqa/dsh-plugin-forge1

@dsh-external/plugin-forge

AI-native DSH 插件生成工具:forge_plugin 工具让 AI 自发发现能力缺口、子代理开发、迁移为独立 git 仓库并自动提交与热挂载

包名
@dsh-external/plugin-forge
版本
0.1.0
许可证
MIT
最近更新
2026年8月15日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:csiroqa/dsh-plugin-forge

配置(cordis.patch.yml)

默认说明
targetRoot''迁移根;空 = 工作区父目录/dsh-plugins
stagingRoot''staging 根;空 = 工作区/.forge-staging
harnessRoot''deepseek-harness 检出根;空 = 自动查找
subagentProviderspawn子代理 provider
maxChildDepth2子代理委托深度上限(1–5)
childTimeoutMs2700000子代理/构建超时(≥ 60000)
commitTypefeatConventional Commit 类型
pushfalse提交后 push
gitAuthorNamecsiroqa提交作者名
gitAuthorEmailjustinwangyj@163.com提交作者邮箱
keepStagingtrue保留 staging 供排查
stagingTtlDays0staging 保留天数;0 = 不清理
installProfile''装入的 profile 名;空 = 自动探测当前 profile
autoInstalltrue成功后自动装入当前 profile(install: false 参数可关闭单次)