depth-two.cordis.yml 447 B

1234567891011121314
  1. # Depth-limit snapshot overlay: keep the default composition and allow two
  2. # generations of spawn children before runtime enforcement rejects another.
  3. - id: base
  4. name: '@cordisjs/plugin-include'
  5. config:
  6. path: ./cordis.yml
  7. patches:
  8. - id: tool-subagent
  9. name: '@deepseek-ai/dsh-tool-subagent'
  10. config:
  11. provider: spawn
  12. toolName: subagent
  13. backgroundMode: continuable
  14. maxDepth: 2