Files
dsh-context-plugin/package.json

19 lines
411 B
JSON

{
"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"
}