Master arrivals re-grafted onto the plan-mode surfaces: - Package invariant runtime contracts: every package owns ./invariant — added the dsh-mode companion (mode/set payload validation: non-empty trimmed name), its unit spec, exports/peer wiring, and the mode group in the tsconfig invariant paths glob. - Interception waterfalls gained an AbortSignal parameter (agent/prompt-submit, agent/turn-continuation) and ToolExecutionInput.signal became required: listeners and test dispatch updated; the exit tool now forwards exec.signal unconditionally. - TUI question dialog: master's position/unanswered header layout kept, the plan-review detail block re-grafted between question and answers. - LSP capability family arrived: lsp tool joins the catalog pin, dsh-lsp examples deps beside dsh-mode; lsp-definition snapshot refreshed with the mode command and modes advertisement. - docs/architecture.md and packages/README.md regenerated tables re-grafted (ctx.modes row, mode package row) and condensed within word ceilings. - examples/acp-agent cordis.yml: kept the deployment-owned plan instructions (incl. the conversational-agreement sentence) beside master's routed-model compaction comment; snapshot expected outputs refreshed keyless and noise fixtures restored.
68 lines
3.1 KiB
JSON
68 lines
3.1 KiB
JSON
{
|
|
"name": "dsh-examples",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"description": "Workspace umbrella for runnable demos and example-owned test compositions: declares their cordis.yml packages so plain Node resolves real exports\u2192lib. Not a build target.",
|
|
"dependencies": {
|
|
"@cordisjs/plugin-hmr": "workspace:*",
|
|
"@cordisjs/plugin-include": "workspace:*",
|
|
"@deepseek-ai/dsh-acp-demo": "workspace:*",
|
|
"@deepseek-ai/dsh-agent-spine-demo": "workspace:*",
|
|
"@deepseek-ai/dsh-app-boot": "workspace:*",
|
|
"@deepseek-ai/dsh-bash-local": "workspace:*",
|
|
"@deepseek-ai/dsh-bash-sandbox": "workspace:*",
|
|
"@deepseek-ai/dsh-cli-demo": "workspace:*",
|
|
"@deepseek-ai/dsh-code-runtime-worker": "workspace:*",
|
|
"@deepseek-ai/dsh-compact-basic": "workspace:*",
|
|
"@deepseek-ai/dsh-compact-tool-result-prune": "workspace:*",
|
|
"@deepseek-ai/dsh-fs-local": "workspace:*",
|
|
"@deepseek-ai/dsh-fs-policy": "workspace:*",
|
|
"@deepseek-ai/dsh-fs-sandbox": "workspace:^",
|
|
"@deepseek-ai/dsh-goal": "workspace:*",
|
|
"@deepseek-ai/dsh-goal-session": "workspace:*",
|
|
"@deepseek-ai/dsh-hooks-claude": "workspace:*",
|
|
"@deepseek-ai/dsh-hooks-codex": "workspace:*",
|
|
"@deepseek-ai/dsh-jsonrpc": "workspace:*",
|
|
"@deepseek-ai/dsh-llm": "workspace:*",
|
|
"@deepseek-ai/dsh-llm-deepseek": "workspace:*",
|
|
"@deepseek-ai/dsh-llm-replay": "workspace:*",
|
|
"@deepseek-ai/dsh-lsp": "workspace:*",
|
|
"@deepseek-ai/dsh-lsp-local": "workspace:*",
|
|
"@deepseek-ai/dsh-mode": "workspace:*",
|
|
"@deepseek-ai/dsh-permission": "workspace:*",
|
|
"@deepseek-ai/dsh-repeat-tool-guard": "workspace:*",
|
|
"@deepseek-ai/dsh-sandbox-local": "workspace:*",
|
|
"@deepseek-ai/dsh-sandbox-policy": "workspace:^",
|
|
"@deepseek-ai/dsh-session-persistence-jsonl": "workspace:*",
|
|
"@deepseek-ai/dsh-spill-local": "workspace:*",
|
|
"@deepseek-ai/dsh-spill-policy": "workspace:*",
|
|
"@deepseek-ai/dsh-tui-demo": "workspace:*",
|
|
"@deepseek-ai/dsh-subagent": "workspace:*",
|
|
"@deepseek-ai/dsh-subagent-acp": "workspace:*",
|
|
"@deepseek-ai/dsh-subagent-fork": "workspace:*",
|
|
"@deepseek-ai/dsh-subagent-spawn": "workspace:*",
|
|
"@deepseek-ai/dsh-time-context": "workspace:*",
|
|
"@deepseek-ai/dsh-timeout-policy": "workspace:*",
|
|
"@deepseek-ai/dsh-token-meter": "workspace:*",
|
|
"@deepseek-ai/dsh-tool-ask-user": "workspace:*",
|
|
"@deepseek-ai/dsh-tool-cordis": "workspace:*",
|
|
"@deepseek-ai/dsh-tool-fs": "workspace:*",
|
|
"@deepseek-ai/dsh-tool-fs-search": "workspace:*",
|
|
"@deepseek-ai/dsh-tool-goal": "workspace:*",
|
|
"@deepseek-ai/dsh-tool-lsp": "workspace:*",
|
|
"@deepseek-ai/dsh-tool-ralph": "workspace:*",
|
|
"@deepseek-ai/dsh-tool-subagent": "workspace:*",
|
|
"@deepseek-ai/dsh-tool-todo": "workspace:*",
|
|
"@deepseek-ai/dsh-tool-workflow": "workspace:*",
|
|
"@deepseek-ai/dsh-tools": "workspace:*",
|
|
"@deepseek-ai/dsh-user-approval": "workspace:*",
|
|
"@deepseek-ai/dsh-web": "workspace:*",
|
|
"@deepseek-ai/dsh-web-fetch-local": "workspace:*",
|
|
"@deepseek-ai/dsh-workflow-workerthread": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"node-pty": "1.1.0"
|
|
}
|
|
}
|