syncended/deepseek-harness-automations0

@syncended/dsh-automations

Durable cron automations for DeepSeek Harness

AI Analysis

在 DSH 中实现安全、可控的定时任务自动化执行。适合需要定期运行脚本、自动化测试或定时触发 AI 任务的系统管理员与开发者。

Package
@syncended/dsh-automations
Version
0.1.2
License
MIT
Last updated
Aug 22, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:syncended/deepseek-harness-automations

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.