2026-08-10 12:16:19 +08:00
|
|
|
# Policy-inheritance overlay: the root session is switched to read-only at
|
|
|
|
|
# creation (the UI Access switch equivalent), so a continuable background
|
|
|
|
|
# child must inherit that override instead of the deployment default.
|
|
|
|
|
- id: base
|
2026-08-10 22:24:56 +08:00
|
|
|
name: '@deepseek-ai/cordis-plugin-include'
|
2026-08-10 12:16:19 +08:00
|
|
|
config:
|
|
|
|
|
path: ./cordis.yml
|
|
|
|
|
patches:
|
|
|
|
|
- insert:
|
|
|
|
|
- id: parent-sandbox-override
|
|
|
|
|
name: './tests/fixtures/parent-sandbox-override.ts'
|