
Temoa/dsh-rules-paths
10最近提交 2026年8月14日
dsh-rules-paths DSH 插件
这是一个 DeepSeek Harness 插件,可从用户级规则目录及可选的项目规则目录加载 Markdown 规则。全局规则会在会话进入时注入;路径规则会在模型成功读取匹配 glob 的文件后注入。
如何安装 dsh-rules-paths DSH 插件
dsh plugin --profile web add git+https://github.com/Temoa/dsh-rules-paths.git复制不会执行命令。运行前请核对仓库和版本。
数据来源
快照日期:2026年8月15日
manifest-valid
dsh-rules-paths DSH 插件能做什么
- 可通过 `dsh plugin add` 安装,并通过 `dsh.bundle.patch` 挂载到配置档级别。
- 默认从 `~/.dsh/rules` 加载用户规则。
- 可选扫描 `<projectRoot>/.dsh/rules` 和 `<projectRoot>/.claude/rules`。
- 在 `read` 工具成功读取匹配文件后注入带有 `paths:` 的规则。
- 在会话首次进入步骤时注入未定义 `paths` 的全局规则。
- 按会话对规则内容去重,并对注入消息应用可配置的字节预算。
- 支持配置规则目录、源文件大小上限、触发工具名称和项目规则扫描。
dsh-rules-paths DSH 插件适合哪些场景
- 当智能体读取相关源文件时应用仓库特定的编码规范。
- 在 DeepSeek Harness 会话间复用持续生效的用户级智能体指导。
- 同时复用 Claude Code 风格的 `.claude/rules` 与 DSH 原生项目规则。
- 提供类似 `AGENTS.md` 工作流的全局项目指令。
dsh-rules-paths DSH 插件适合谁
- 希望获得上下文相关编码指导的 DeepSeek Harness 用户。
- 维护项目级智能体指令文件的团队。
- 从 Claude Code 迁移或共享规则约定的用户。
dsh-rules-paths DSH 插件的限制
- 注入内容属于 user 角色指导,不能覆盖 system、developer 或直接用户指令。
- 路径规则会在成功读取后的下一个步骤边界注入,不会与读取操作同步生效。
- 同一会话中未变化的规则不会重复注入;规则编辑会在后续协调或下一次成功读取后生效。
- 超过 `maxSourceBytes` 的文件会被跳过,渲染后的注入消息受 `maxBytes` 限制。
- 由于模块按进程 URL 缓存,修改插件代码后需要完全重启 Harness。
客观检查信号
这些信号来自公开元数据扫描,不是本站安全认证。
- info
dependency counts
package.json declares 1 runtime, 9 development, 8 peer, and 0 optional dependencies.
- info
dsh bundle declared
package.json declares DSH bundle metadata.
- info
license declared
GitHub reports the repository license as MIT.
- info
package manifest available
A root package.json was captured and can be inspected by the registry.
- info
source available
Public GitHub source metadata is available for this registry snapshot.
dsh-rules-paths DSH 插件的相关选择
dsh-chat-import
30
在 DeepSeek Harness 中导入、续聊、导出并增量同步 Agent 对话历史。
mnemon
440
LLM-supervised persistent memory for AI agents — graph-based recall, cross-session knowledge, single binary. Works with DeepSeek Harness, Claude Code, OpenClaw, and any agent runtime.
sandbase-harness
579
Open-source CMA-compatible agent runtime for any model, with MCP tools, sandboxed sessions, audit, replay, and a local console. Includes a native DeepSeek Harness bundle over stdio MCP.
DeepSeek-harness-wecom
4
将企微 AI 机器人连接到持久化 DeepSeek Harness Agent,支持文本、图片、文件、命令和基于会话的对话。
dsh-rules-paths DSH 插件常见问题
dsh-rules-paths DSH 插件是什么?
dsh-rules-paths 是当前 DSH 插件快照收录的项目。页面基于仓库元数据和已核对的说明整理,运行前仍应查看上游仓库。
如何安装 dsh-rules-paths DSH 插件?
页面展示来源记录中的安装命令。复制动作不会执行命令,运行前请确认 package、profile 和版本仍与上游文档一致。
dsh-rules-paths 使用哪个 DSH profile?
dsh-rules-paths 快照记录的 profile 是 web。DSH 版本变化可能调整 profile 约定,安装前请再次核对。
dsh-rules-paths 与当前 DSH 版本兼容吗?
当前数据没有提供可验证的兼容版本矩阵。建议先确认最近提交、release 和 DSH 官方变更,再在可回滚的 profile 中测试。
dsh-rules-paths 加载失败怎么办?
先检查安装命令、profile、依赖安装日志和 Cordis 启动输出。再对照本站排错页与上游 issue,保留完整报错串便于定位。
dsh-rules-paths 有哪些替代 DSH 插件?
页面列出的相关插件来自当前快照的关联结果,只能作为候选。请按能力、最近维护时间、安装方式和限制逐项比较。