dsh plugins中文
← Back to popular plugin directory

Kanban plugin

isolat-3k/dsh-kanban · skills

A Hermes style kanban plug-in, used on deepseek harness.

★ 3GitHub stars
0Forks
2026-08-16Last updated
JavaScriptLanguage
MITLicense

Project overview

1. 包解析 junction(把 dsh-kanban 暴露给 profile 引导的 nodemodules 解析):

2. 补丁层(在 web profile 的宿主组合里插入挂载行),编辑 C:\Users\ \.dsh\profiles\web\cordis.patch.yml:

getStore(内存缓存)reload(丢弃缓存强制重读磁盘,刷新按钮用)listModels createBoard deleteBoard createTask patchTask moveTask bulkMove bulkDelete deleteTask addComment dispatch terminate 实时推送(WebSocket 下行通道 GET /kanban/events)

Install command

dsh plugin --profile web add github:isolat-3k/dsh-kanban
View GitHub repository ↗Back to popular plugin directory