DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-rules-paths

Injects Claude Code-style global and path-matched rule files into DeepSeek Harness model context.

Developer ToolsRemote Execution

Install

$ dsh plugin --profile web add git+https://github.com/Temoa/dsh-rules-paths.git

Repository Intelligence

AI-assisted, source-grounded explanation based on the public repository snapshot. It does not replace compatibility or security verification.

source-grounded
A DeepSeek Harness plugin that loads Markdown rules from user and optional project rule directories. Global rules are injected at session entry, while path rules are injected after the model successfully reads files matching configured glob patterns.

Key Capabilities

  • Installs through `dsh plugin add` and declares a `dsh.bundle.patch` for profile-level mounting.
  • Loads user rules from `~/.dsh/rules` by default.
  • Optionally scans `<projectRoot>/.dsh/rules` and `<projectRoot>/.claude/rules`.
  • Injects `paths:` rules after successful matching `read` tool executions.
  • Injects rules without `paths` at the first entering session step.
  • Deduplicates rule content per session and applies a configurable injected-message byte budget.
  • Supports configurable rule directory, source-size limit, trigger tool names, and project-rule scanning.

Useful For

  • Apply repository-specific coding conventions when an agent reads relevant source files.
  • Share persistent user-level agent guidance across DeepSeek Harness sessions.
  • Reuse Claude Code-style `.claude/rules` alongside DSH-native project rules.
  • Provide global project instructions similar to an `AGENTS.md` workflow.

Who It Fits

  • DeepSeek Harness users who want context-sensitive coding guidance.
  • Teams maintaining project-specific agent instruction files.
  • Users migrating or sharing rule conventions from Claude Code.

Documented Limitations

  • Injected rules are user-role guidance and do not override system, developer, or direct user instructions.
  • Path rules are injected at the next step boundary after a successful read, not synchronously with the read.
  • Unchanged rules are not re-injected during a session; rule edits take effect on later reconciliation or a later successful read.
  • Files larger than `maxSourceBytes` are skipped, and rendered injected messages are constrained by `maxBytes`.
  • Plugin code changes require a full Harness restart because modules are cached per process URL.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

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
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
License Declared

GitHub reports the repository license as MIT.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

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
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
License Declared

GitHub reports the repository license as MIT.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Traceable source and registry metadata for this entry, kept separate from runtime verification.

Source repository
Temoa/dsh-rules-paths
Registry source
Public GitHub repository
Source snapshot
505e0876dbbf
Artifact type
plugin
AI enrichment
gpt-5.6-terra · 2026-08-14
Prompt version
dsh-plugin-enrichment-v3

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
0
Forks
0
Open issues
0
Last commit
2026-08-14
Last release