syncended/deepseek-harness-automations0

@syncended/dsh-automations

持久化 Cron 定时任务自动化插件:为 DSH 提供定时任务调度、并发控制、历史记录及项目根路径限制功能。

AI 分析

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

套件
@syncended/dsh-automations
版本
0.1.2
授權
MIT
最近更新
2026年8月22日

安裝

$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.