dsh-planning-files
其他 活跃维护

dsh-planning-files

satan9394/dsh-planning-files

支持AI会话的task_plan、findings、progress三类规划文件持久化落盘,每轮对话自动重注入规划内容,可扛过会话清除、崩溃,支持会话恢复与并行隔离目录,参考高星开源项目优化适配逻辑。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-planning-files
git clone https://github.com/satan9394/dsh-planning-files.git
git clone git@github.com:satan9394/dsh-planning-files.git
README.md main

dsh-planning-files

DSH(DeepSeek Harness)技能插件:三文件持久化规划。

task_plan.md(阶段+进度)/ findings.md(研究发现)/ progress.md(会话日志+测试结果)落地磁盘、每轮 hook 重注入——计划扛过上下文丢失、/clear、崩溃与压缩;会话恢复 catchup 重读三文件续跑;并行任务用隔离目录 + .active_plan。受 OthmanAdi/planning-with-files(25k★)启发的中文原创精简版。

安装

dsh plugin add dsh-planning-files

触发方式

描述中包含"文件化规划 / 计划持久化 / 长任务续跑 / 会话恢复 / 三文件模式 / 上下文丢失"等关键词时自动触发。

能力

  • 三文件模式(task_plan / findings / progress)
  • 每轮注入计划块(hook 或手动)
  • 会话 catchup 恢复续跑
  • 并行任务隔离目录
  • 完成门(gated 模式)
  • 纯 Markdown、gitignore 默认

许可

MIT