Files
Tianyi Cui a2d0f7f411 refactor: apply repository naming contract
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
2026-08-13 00:54:38 +08:00

26 lines
890 B
YAML

# Exercise the model-facing LSP tool through the shipped ACP app and Loader entry path.
# The scenario workspace supplies the deterministic stdio server used by this test composition.
- id: base
name: '@deepseek-ai/cordis-plugin-include'
config:
path: ../cordis.yml
patches:
- insert:
- id: lsp
name: '@deepseek-ai/dsh-lsp'
- id: lsp-stdio
name: '@deepseek-ai/dsh-lsp-stdio'
config:
servers:
fixture:
command: !!js process.execPath
args: ['./lsp-server.mjs']
extensionToLanguage:
'.ts': typescript
- id: timeout-policy
name: '@deepseek-ai/dsh-tool-call-timeout-policy'
- id: tool-lsp
name: '@deepseek-ai/dsh-tool-lsp'
config:
maxLocations: 1