mirror of
https://github.com/multipleof4/dsh-context-plugin.git
synced 2026-09-18 03:35:42 +00:00
19 lines
411 B
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"
|
|
}
|