mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
14 lines
783 B
YAML
14 lines
783 B
YAML
# Development overlay for the experimental inspector: mount it per launch with
|
|
# pnpm run demo:inspector (pnpm dsh web --patch ./packages/experimental/inspector/cordis.patch.yml)
|
|
# A source launch resolves this workspace package through the tsconfig paths
|
|
# facade and needs no installation. A built launch additionally needs the
|
|
# package importable from the profile:
|
|
# dsh plugin --profile web add link:<absolute path to this package directory>
|
|
# (`link:`, not `file:` — `file:` re-installs the workspace:^ dependencies
|
|
# inside the profile and fails). The package is private and ships with no
|
|
# published dsh installation; a missing package fails loud at entry import.
|
|
|
|
- insert:
|
|
- id: experimental-inspector
|
|
name: '@deepseek-ai/dsh-experimental-inspector'
|