syncended/deepseek-harness-automations ↗★ 0
@syncended/dsh-automations
Durable cron automations for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:syncended/deepseek-harness-automations说明文档
阅读完整 README ↗Plugin configuration
Defaults are suitable for a local Web profile. Override the bundle row in the profile's cordis.patch.yml when needed:
- id: automations
config:
maxConcurrentRuns: 2
historyLimit: 1000
misfireGraceMs: 60000
maxOutputChars: 65536
allowedProjectRoots:
- /home/me/projects
# Optional; otherwise $DSH_HOME/automations/state.json
# statePath: /absolute/private/path/state.json
allowedProjectRoots: [] means the plugin accepts any existing directory the Harness host account can resolve. Configure one or more roots when the Web surface is exposed beyond a trusted local machine.