mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
The agent plane of this stack's compositions lives behind agent presets, whose per-preset skills realm has no seam for a deployment-level provider yet: the fixture's dsh.skills made the prepared wrapper wait forever on a host skills registry the web/headless profiles no longer compose. Remove the skill root and its assertions from the fixture and record the gap in the package's Known Limitations; MCP and entry contributions stay covered because the tools registry is host-plane and layered.
28 lines
703 B
JSON
28 lines
703 B
JSON
{
|
|
"name": "dsh-github-repository-plugin-e2e-fixture",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"files": [
|
|
"lib",
|
|
"dsh-plugin.mjs",
|
|
"dsh-plugin-assets"
|
|
],
|
|
"scripts": {
|
|
"prepack": "tsc --noEmit && tsdown src/plugin.ts src/mcp-server.ts --no-config --tsconfig tsconfig.json --out-dir lib --platform node --target es2024 --clean && dsh-plugin-prepare"
|
|
},
|
|
"dsh": {
|
|
"mcpServers": "./.mcp.json",
|
|
"entry": "./lib/plugin.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "1.29.0"
|
|
},
|
|
"devDependencies": {
|
|
"@deepseek-ai/dsh-repository-plugin": "0.0.1",
|
|
"cordis": "4.0.0-rc.7",
|
|
"tsdown": "0.22.2",
|
|
"typescript": "6.0.3"
|
|
}
|
|
}
|