KoanJan/dsh-plugin-boundary

KoanJan★ 0JavaScript最后同步: 2026-08-16

在 GitHub 打开

@koanjan/dsh-plugin-boundary — a DSH skill plugin that codifies platform capability boundaries so plugin developers know what's officially supported, undocumented, or impossible before they start.

README 摘要

@koanjan/dsh-plugin-boundary DSH (DeepSeek Harness) plugin development boundary skill plugin. Packages the platform's capability boundary rules into a single loadable skill, for trade-off decisions before developing a plugin: which channels are officially supported, which are undocumented workarounds, and which are physically impossible. Features Registers 1 skill via ctx.skills.registerProvider : Skill Content dsh-plugin-boundary Client↔Host data channel landscape, official API filesystem limits, dynamic vs bundle plugin lifecycle, install/effect/debug hard rules A skill = SKILL.md (purpose / when to load / usage points) + rules/ .md (boundary rule bodies). Version note: the boundary conclusions are verified against DSH 0.1.0-rc.6; re-verify critical rules against the current version after a DSH upgrade. Install Requires pnpm (the official dependency of dsh plugin ). From a local directory From the npm registry (after publishing) After install, restart DSH ; the dsh-plugin-boundary skill should appear in the skill catalog of new sessions. Development - Modifying skill content: edit skills/dsh-plugin-boundary/SKILL.md and rules/ .md directly, then reinstall ( remove + add ) and res…

在 GitHub 查看完整 README →
工具/开发dsh-plugin

分类