pnpm-workspace.yaml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. packages:
  2. - vendor/*
  3. - packages/*/*
  4. # The Landlock launcher is developed with its harness consumers but keeps
  5. # its native build and publication scripts under native/system.
  6. - native/system
  7. - native/system/packages/*
  8. # Product assemblies over the package tier; apps/cli owns the `dsh` bin.
  9. - apps/*
  10. # Private package owning repository-level benchmark dependencies.
  11. - benchmarks
  12. - website
  13. # Deploy root of the single-exe build: a pure dependency manifest whose
  14. # closure is what the exe bundles and what the Python runtime distributes.
  15. - python/sdk-runtime
  16. overrides:
  17. 'extract-zip>yauzl': '3.4.0'
  18. '@deepseek-ai/cosmokit': 'link:vendor/cosmokit'
  19. '@deepseek-ai/schemastery': 'link:vendor/schemastery'
  20. peerDependencyRules:
  21. allowedVersions:
  22. typescript: '>=5 <7'
  23. # pnpm 10+ blocks any dependency shipping an install/build script until it is
  24. # explicitly reviewed here (strictDepBuilds defaults to true: an unlisted script
  25. # is a hard install error). Every such package MUST be listed; we deny by
  26. # default and only allow scripts we need. esbuild (native binary) and lefthook
  27. # (git hooks) genuinely need theirs.
  28. allowBuilds:
  29. esbuild: true
  30. lefthook: true
  31. # Cross-platform boundary for the persistent PTY backend, including ConPTY on Windows.
  32. node-pty: true
  33. # Pulled in by @earendil-works/pi-ai (optional LLM API backend). pnpm lists
  34. # them only because they ship lifecycle scripts, but those are no-ops we don't
  35. # need, so we deny them — install still succeeds.
  36. '@google/genai': false
  37. protobufjs: false
  38. node-addon-require-builtin: false
  39. # JSONL durability calls MoveFileExW with write-through publication on Windows.
  40. koffi: true
  41. # The Python runtime deploy includes the reviewed workspace postinstall that
  42. # restores the executable bit on node-pty's macOS spawn helper.
  43. '@deepseek-ai/dsh-subprocess-local@file:packages/subprocess/subprocess-local': true
  44. # electron-builder pulls in the optional Squirrel.Windows helper, whose
  45. # install script only selects its bundled 7-Zip executable. Desktop ships
  46. # Windows through NSIS, so that mutation is not part of our build.
  47. electron-winstaller: false
  48. # Store-index rewriting only needs msgpackr's portable JavaScript codec.
  49. msgpackr-extract: false
  50. minimumReleaseAgeExclude:
  51. # Office engines and their API are qualified and released together by the kit repository.
  52. - '@deepseek-ai/libreoffice-kit@0.0.1'
  53. - '@deepseek-ai/libreoffice-kit-darwin-arm64@0.0.1'
  54. - '@deepseek-ai/libreoffice-kit-darwin-x64@0.0.1'
  55. - '@deepseek-ai/libreoffice-kit-win32-arm64@0.0.1'
  56. - '@deepseek-ai/libreoffice-kit-win32-x64@0.0.1'
  57. - '@deepseek-ai/libreoffice-kit-wasm@0.0.1'
  58. # Fresh pi-ai releases carry the model catalog updates that are the whole
  59. # point of bumping it; waiting out the release age would defeat that.
  60. - '@earendil-works/pi-ai@0.85.1'
  61. - '@earendil-works/pi-telemetry@0.85.1'
  62. - node-addon-native-custom-loader@0.1.6
  63. - node-addon-require-builtin-darwin-arm64@0.1.6
  64. - node-addon-require-builtin-darwin-x64@0.1.6
  65. - node-addon-require-builtin-linux-arm64-gnu@0.1.6
  66. - node-addon-require-builtin-linux-x64-gnu@0.1.6
  67. - node-addon-require-builtin-win32-arm64-msvc@0.1.6
  68. - node-addon-require-builtin-win32-ia32-msvc@0.1.6
  69. - node-addon-require-builtin-win32-x64-msvc@0.1.6
  70. - node-addon-require-builtin@0.1.6
  71. # The active pnpm supply-chain policy blocks this reviewed runtime closure
  72. # until its release-age window expires unless every exact package is exempt.
  73. - '@anthropic-ai/claude-agent-sdk-darwin-arm64@0.3.263'
  74. - '@anthropic-ai/claude-agent-sdk-darwin-x64@0.3.263'
  75. - '@anthropic-ai/claude-agent-sdk-linux-arm64-musl@0.3.263'
  76. - '@anthropic-ai/claude-agent-sdk-linux-arm64@0.3.263'
  77. - '@anthropic-ai/claude-agent-sdk-linux-x64-musl@0.3.263'
  78. - '@anthropic-ai/claude-agent-sdk-linux-x64@0.3.263'
  79. - '@anthropic-ai/claude-agent-sdk-win32-arm64@0.3.263'
  80. - '@anthropic-ai/claude-agent-sdk-win32-x64@0.3.263'
  81. - '@anthropic-ai/claude-agent-sdk@0.3.263'
  82. # All platform aliases resolve to the @openai/codex package name, so their
  83. # reviewed exact versions must share one version-union policy entry.
  84. - '@openai/codex@0.153.4||0.153.4-darwin-arm64||0.153.4-darwin-x64||0.153.4-linux-arm64||0.153.4-linux-x64||0.153.4-win32-arm64||0.153.4-win32-x64'
  85. # The native computer-use provider pins this reviewed upstream runtime closure.
  86. - '@trycua/cua-driver-darwin-arm64@0.28.0'
  87. - '@trycua/cua-driver-darwin-x64@0.28.0'
  88. - '@trycua/cua-driver-linux-arm64-gnu@0.28.0'
  89. - '@trycua/cua-driver-linux-x64-gnu@0.28.0'
  90. - '@trycua/cua-driver-win32-arm64-msvc@0.28.0'
  91. - '@trycua/cua-driver-win32-x64-msvc@0.28.0'
  92. - '@trycua/cua-driver@0.28.0'
  93. patchedDependencies:
  94. '@electron/osx-sign@1.3.3': patches/@electron__osx-sign@1.3.3.patch
  95. '@yao-pkg/pkg@6.21.0': patches/@yao-pkg__pkg@6.21.0.patch
  96. node-pty@1.2.0-beta.15: patches/node-pty@1.2.0-beta.15.patch