GongYuanCaiJi/dsh-i-have-adhd

GongYuanCaiJi★ 0Python最后同步: 2026-08-15

在 GitHub 打开

ADHD 友好输出风格(移植自 i-have-adhd)

README 摘要

dsh-i-have-adhd 简体中文 English 一句话:打一句 /i-have-adhd ,让 agent 从此先给行动、多步编号、砍掉寒暄 —— 输出为 ADHD 读者而塑造,不需要任何诊断。 移植自 i-have-adhd (MIT,20k+★), 上游的 SKILL.md 逐字保留、未翻译,只适配 DeepSeek Harness 的插件接口:dsh 没有 skill 服务,所以 /i-have-adhd 注册成一条命令,把 SKILL.md 正文按字节注入当前会话。 ✨ 功能 - 🧠 先给行动 —— 第一行就是能做的事:命令、路径、代码片段在前,散文靠后 - 🔢 多步任务编号 —— 每步一个动作、步数最少,没有“然后然后” - 🎯 结尾一个具体下一步 —— 还开着的事,给一件两分钟内能做完的 - ✂️ 抑制离题 —— 先收尾当前问题,第二件事单独再问 - 🔁 每轮重述状态 —— “第 3/5 步完成”,不让读者自己记住 - ⏱ 具体时间估计 —— 分钟数,不是“一会儿” - ✅ 让完成可见 —— 直接展示现在能跑的东西,不把成果埋进总结 - 🤐 完整 10 条规则 —— 全文见 skills/i-have-adhd/SKILL.md (逐字保留) 📸 效果 Before Great question! Let me think about this. Your auth flow has a few moving pieces: the middleware, the token verification, and the cookie handling. Looking at src/auth.ts , the verifyToken function (around lines 42-58) seems to be using an older jsonwebtoken API. One approach would be to update the package and rewrite that function. After making the change, you'd want to run the auth tests to confirm nothing breaks. By the way, you might also want to look at your dependency versions overall. Hope this helps! Let me know if you want to dig deeper. After Run npm install jsonwebtoken@latest , then edit src/auth.ts:42 . 1. Open src/auth.ts…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdshdsh-pluginagent

分类