18 lines
647 B
YAML
18 lines
647 B
YAML
# Filesystem-scenario overlay: the sandboxed filesystem stack already lives in
|
|
# the base cordis.yml, so this overlay adds only the local tool-result spill
|
|
# storage those scenarios exercise.
|
|
- id: base
|
|
name: '@cordisjs/plugin-include'
|
|
config:
|
|
path: ./cordis.yml
|
|
patches:
|
|
- insert:
|
|
- id: spill-local
|
|
name: '@deepseek-ai/dsh-spill-local'
|
|
config:
|
|
root: !!js process.env.DSH_SNAPSHOT_SPILL_ROOT ?? './.spill'
|
|
- id: spill-policy
|
|
name: '@deepseek-ai/dsh-spill-policy'
|
|
config:
|
|
maxInlineBytes: !!js process.env.DSH_SNAPSHOT && 800 || 50000
|