mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
Merge refreshed rfc/pty into feature/persistent-pty-sessions
# Conflicts: # docs/architecture.md # docs/capability-seams.md # docs/config-catalog.md # docs/cordis-catalog/services.md # docs/module-graph.md # docs/tool-catalog.md # examples/acp-agent/tests/acp.snapshot.ts # examples/headless-agent/tests/headless.snapshot.ts # examples/package.json # packages/README.md # packages/cordis/tool-cordis/src/api-catalog.ts # packages/core/tools/tests/gen-tool-catalog.spec.ts # pnpm-lock.yaml # pnpm-workspace.yaml # scripts/gen-tool-catalog.ts # scripts/type-equiv.manifest.json # website/.vitepress/config/api-sidebar.json
This commit is contained in:
+6
-2
@@ -1,6 +1,7 @@
|
||||
packages:
|
||||
- vendor/*
|
||||
- packages/*/*
|
||||
- apps/*
|
||||
- website
|
||||
# The runnable demo leaves join as ONE workspace member: examples/package.json
|
||||
# declares the union of every leaf's cordis.yml plugins as workspace:*, so a
|
||||
@@ -25,14 +26,17 @@ peerDependencyRules:
|
||||
allowBuilds:
|
||||
esbuild: true
|
||||
lefthook: true
|
||||
# Cross-platform PTY boundary for the TUI process smoke and persistent PTY backend,
|
||||
# including ConPTY on Windows.
|
||||
node-pty: true
|
||||
# Pulled in by @earendil-works/pi-ai (optional LLM API backend). pnpm lists
|
||||
# them only because they ship lifecycle scripts, but those are no-ops we don't
|
||||
# need, so we deny them — install still succeeds.
|
||||
'@google/genai': false
|
||||
protobufjs: false
|
||||
node-addon-require-builtin: false
|
||||
# Persistent PTY backend: compiles/downloads the reviewed native forkpty addon.
|
||||
node-pty: true
|
||||
# JSONL durability calls MoveFileExW with write-through publication on Windows.
|
||||
koffi: true
|
||||
|
||||
# The Landlock launcher family is our own sibling-repo release, consumed
|
||||
# fresh (hours old at each coordinated bump) — the release-age quarantine
|
||||
|
||||
Reference in New Issue
Block a user