Temoa/dsh-rules-paths0

@temoa/dsh-rules-paths

Claude Code-style `paths:` rule injection for DeepSeek Harness (DSH): inject rules from ~/.dsh/rules, <project>/.dsh/rules and <project>/.claude/rules into the model context.

AI 분석

核心用途是根据当前操作的文件路径,自动向模型注入对应的开发规范或项目规则。适合需要对 AI 编码行为进行精细化、局部化约束的开发任务。

패키지
@temoa/dsh-rules-paths
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Temoa/dsh-rules-paths

Configuration

KeyDefaultMeaning
rulesDir~/.dsh/rulesUser-level rules directory (~ expands)
maxBytes65536Byte budget per injected message
maxSourceBytes1048576Max bytes read per rule file (larger files skipped)
triggerTools["read"]Tool names whose successful executions trigger matching
rulesDirProjectfalseAlso scan `
/.dsh/rulesand
/.claude/rules`