-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
59 lines (56 loc) · 2.46 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
59 lines (56 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Nearest-workspace root for this standalone plugin package. This file makes
# pnpm treat dsh-score as an independent workspace when the repository is
# checked out next to (or inside) other pnpm workspaces, such as a
# deepseek-harness checkout.
packages:
- .
# pnpm 11 runs installs with dependency build scripts ignored by default
# (ERR_PNPM_IGNORED_BUILDS); the builds below are required for this package
# (esbuild: tsdown bundling; node-pty + dsh-subprocess-local: the real-seam
# test stack). pnpm's isolated prepare env for git-hosted installs also reads
# this file, so the git channel stays installable.
allowBuilds:
esbuild: true
node-pty: true
'@deepseek-ai/dsh-subprocess-local': true
koffi: true
minimumReleaseAgeExclude:
- '@deepseek-ai/cosmokit@1.8.3'
- '@deepseek-ai/dsh-agent@0.1.2-alpha.3'
- '@deepseek-ai/dsh-attachment@0.1.2-alpha.3'
- '@deepseek-ai/dsh-brand@0.1.2-alpha.3'
- '@deepseek-ai/dsh-commands@0.1.2-alpha.3'
- '@deepseek-ai/dsh-jobs-local@0.1.2-alpha.3'
- '@deepseek-ai/dsh-jobs@0.1.2-alpha.3'
- '@deepseek-ai/dsh-llm@0.1.2-alpha.3'
- '@deepseek-ai/dsh-session-projection@0.1.2-alpha.3'
- '@deepseek-ai/dsh-session@0.1.2-alpha.3'
- '@deepseek-ai/dsh-storage-domain@0.1.2-alpha.3'
- '@deepseek-ai/dsh-storage@0.1.2-alpha.3'
- '@deepseek-ai/dsh-subprocess-local@0.1.2-alpha.3'
- '@deepseek-ai/dsh-subprocess@0.1.2-alpha.3'
- '@deepseek-ai/dsh-timeout@0.1.2-alpha.3'
- '@deepseek-ai/dsh-tools@0.1.2-alpha.3'
- '@deepseek-ai/dsh-typert-protocol@0.1.2-alpha.3'
- '@deepseek-ai/dsh-util-crypto@0.1.2-alpha.3'
- '@deepseek-ai/dsh-util-values@0.1.2-alpha.3'
- '@deepseek-ai/schemastery@3.18.2'
- '@deepseek-ai/dsh-agent@0.1.2-alpha.5'
- '@deepseek-ai/dsh-attachment@0.1.2-alpha.5'
- '@deepseek-ai/dsh-brand@0.1.2-alpha.5'
- '@deepseek-ai/dsh-commands@0.1.2-alpha.5'
- '@deepseek-ai/dsh-jobs-local@0.1.2-alpha.5'
- '@deepseek-ai/dsh-jobs@0.1.2-alpha.5'
- '@deepseek-ai/dsh-llm@0.1.2-alpha.5'
- '@deepseek-ai/dsh-session@0.1.2-alpha.5'
- '@deepseek-ai/dsh-storage-domain@0.1.2-alpha.5'
- '@deepseek-ai/dsh-storage@0.1.2-alpha.5'
- '@deepseek-ai/dsh-subprocess-local@0.1.2-alpha.5'
- '@deepseek-ai/dsh-subprocess@0.1.2-alpha.5'
- '@deepseek-ai/dsh-timeout@0.1.2-alpha.5'
- '@deepseek-ai/dsh-tools@0.1.2-alpha.5'
- '@deepseek-ai/dsh-typert-protocol@0.1.2-alpha.5'
- '@deepseek-ai/dsh-util-crypto@0.1.2-alpha.5'
- '@deepseek-ai/dsh-util-values@0.1.2-alpha.5'
verifyDepsBeforeRun: false
minimumReleaseAge: 0