feat: initial dsh-context-plugin implementation

This commit is contained in:
2026-09-02 13:43:59 -07:00
commit bc6d9dfa84
5 changed files with 1091 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "dsh-context-plugin",
"version": "0.1.0",
"description": "DeepSeek Harness plugin for scanning and ingesting workspace files into chat context turns",
"main": "src/host.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"deepseek-harness",
"cordis",
"plugin",
"context",
"workspace"
],
"author": "",
"license": "MIT"
}