mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
15 lines
648 B
YAML
15 lines
648 B
YAML
# Session-root sandbox snapshot overlay. The generated ACP session cwd lives
|
|
# under the user's home, while this deployment fallback deliberately points at
|
|
# /tmp. A workspace-write mutation can therefore succeed only when the calling
|
|
# session's cwd replaces the process-level fallback root.
|
|
- id: base
|
|
name: '@cordisjs/plugin-include'
|
|
config:
|
|
path: ./cordis.yml
|
|
patches:
|
|
- id: sandbox-policy
|
|
name: '@deepseek-ai/dsh-sandbox-policy'
|
|
config:
|
|
mode: !!js "process.env.DSH_PERMISSION_MODE ?? (process.env.DSH_SNAPSHOT === undefined ? 'workspace-write' : 'danger-full-access')"
|
|
workspaceRoot: /tmp
|