30 lines
1007 B
YAML
30 lines
1007 B
YAML
# Keyless filesystem snapshots apply the filesystem and replay overlays directly
|
|
# because include patches cannot target entries behind a nested include.
|
|
- id: base
|
|
name: '@cordisjs/plugin-include'
|
|
config:
|
|
path: ./cordis.yml
|
|
patches:
|
|
- id: llm-deepseek
|
|
name: '@deepseek-ai/dsh-llm-deepseek'
|
|
disabled: true
|
|
- insert:
|
|
- id: fs-local
|
|
name: '@deepseek-ai/dsh-fs-local'
|
|
config:
|
|
cwd: !!js process.cwd()
|
|
- id: fs-policy
|
|
name: '@deepseek-ai/dsh-fs-policy'
|
|
- id: tool-fs
|
|
name: '@deepseek-ai/dsh-tool-fs'
|
|
- 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: 800
|
|
- id: llm-replay
|
|
name: '@deepseek-ai/dsh-llm-replay'
|