DSH plug-in template
DeepSeek Harness Plugin Template A self-contained standalone repository template for an ESM Cordis plugin.
Project overview
A self-contained standalone repository template for an ESM Cordis plugin. Every source file, compiler setting, test fixture, contributor instruction, skill, and build helper used by the repository is inside this directory; every development input resolves below this repository root.
Normal npm dependencies are resolved from the package registry. A DSH host is a runtime consumer of the finished package, not a source or build input. Repository layout Scalable source and test structure
Directories such as Turtle UI's chat, components, and extension areas describe that product, not the DSH plugin contract. Create equivalent feature directories only when the new plugin owns those capabilities. See src/README.md, tests/README.md, tests/snapshots/README.md, and patches/README.md for the local rules. Create your plugin