kelai141/dsh-github-watchdog

kelai141★ 0JavaScript最后同步: 2026-08-18

在 GitHub 打开

自动扫描跟踪工作区内插件,减少查看仓库跟踪细节的负担

README 摘要

dsh-github-watchdog A DeepSeek Harness (DSH) Agent Preset plugin that watches GitHub repositories and produces security-aware preliminary analysis of pull requests, CI runs, commits, and issues — read-only, with optional issue-comment publication only . Watchdog behavior is scoped to conversations that select the GitHub Watchdog preset. Unlike a host-global daemon, it starts one background job per selected conversation , polls on a fixed interval while that conversation is open, and is cancelled when the conversation is disposed. Ordinary conversations never mount the plugin and never see its tools. The scheduler is a real Harness background job ( ctx.jobs ) driven by the disposable timer service. When a poll observes a repository change, a bounded plugin notice wakes the conversation via the Agent followup API; unchanged polls never create model turns. Safety model - Reads only explicit owner/repository entries in its configuration. - The only allowed write route is POST /repos/{owner}/{repo}/issues/{number}/comments (disabled by default). - Never pushes, merges, approves, labels, closes, dispatches workflows, or reads secrets. - The token is read per request from an environment v…

在 GitHub 查看完整 README →
工具/开发dshdsh-plugindsh-pluginsgithubwatchdogagent

分类