mirror of
https://github.com/multipleof4/dsh-context-plugin.git
synced 2026-09-18 11:35:44 +00:00
feat: initial dsh-context-plugin implementation
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user