Skip to content

Temoa/dsh-rules-paths

10Last commit Aug 14, 2026

dsh-rules-paths DSH plugin

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.

How to install the dsh-rules-paths DSH plugin

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

Copying does not run this command. Review the repository and version before use.

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-rules-paths DSH plugin can do

  • 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.

Where the dsh-rules-paths DSH plugin fits

  • 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 the dsh-rules-paths DSH plugin is for

  • 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.

dsh-rules-paths DSH plugin 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.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • 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.

    info

dsh-rules-paths DSH plugin alternatives

dsh-rules-paths DSH plugin questions

What is the dsh-rules-paths DSH plugin?

dsh-rules-paths is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-rules-paths DSH plugin?

The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.

Which DSH profile does dsh-rules-paths use?

The snapshot records web as the dsh-rules-paths profile. DSH conventions can change quickly, so verify the manifest and README before installation.

Is dsh-rules-paths compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-rules-paths fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-rules-paths?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.