dolcejust-spec/dsh-event-watch ↗★ 0
dsh-event-watch
Condition-driven session wake for DeepSeek Harness: durable file and GitHub watches that fire a configured prompt into a target session (cold-wake included), with transition-only dedupe and throttling
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dolcejust-spec/dsh-event-watch说明文档
阅读完整 README ↗Configuration (cordis.yml)
- id: event-watch
name: dsh-event-watch
config:
pollIntervalMs: 30000 # minimum 5000
maxWakePerWatchPerHour: 3
trial: true # surfaced by /event-watch status
targetSession: # default target; per-watch overrides, then creating session
watchers: # optional watches created at load
- id: docs
type: file
spec:
roots: ['D:\docs']
globs: ['**/*.md']
trigger: changed
prompt: 'The docs changed; summarize what moved.'