2026-08-08 15:30:08 +08:00
|
|
|
# Snapshot-only human-interaction composition. The provider is a tripwire: the
|
|
|
|
|
# runtime-owned child must be rejected by the seam before any UI wait begins.
|
|
|
|
|
- id: base
|
2026-08-10 22:04:06 +08:00
|
|
|
name: '@deepseek-ai/cordis-plugin-include'
|
2026-08-08 15:30:08 +08:00
|
|
|
config:
|
|
|
|
|
path: ./cordis.yml
|
|
|
|
|
patches:
|
|
|
|
|
- insert:
|
|
|
|
|
- id: user-interaction
|
|
|
|
|
name: '@deepseek-ai/dsh-user-interaction'
|
|
|
|
|
- id: tool-ask-user
|
|
|
|
|
name: '@deepseek-ai/dsh-tool-ask-user'
|
|
|
|
|
- id: child-question-tripwire
|
|
|
|
|
name: './tests/fixtures/child-question-tripwire.ts'
|