subagent-inheritance-snapshot.patch.yml 801 B

12345678910111213141516171819202122232425262728293031323334
  1. # Patch for resuming one read-only parent over the shipped headless profile. The profile's
  2. # workspace-write deployment default must lose to the session override in its child.
  3. - id: headless-startup
  4. disabled: true
  5. - id: headless-runner
  6. disabled: true
  7. - id: llm-deepseek
  8. disabled: true
  9. - id: sandbox-policy
  10. config:
  11. mode: workspace-write
  12. workspaceRoot: !!js process.cwd()
  13. - id: tool-subagent
  14. config:
  15. provider: spawn
  16. toolName: subagent
  17. maxDepth: 1
  18. - id: session-persistence-jsonl
  19. config:
  20. root: './.sessions'
  21. compression: none
  22. - insert:
  23. - id: replay
  24. name: '@deepseek-ai/dsh-llm-replay'
  25. # Publish the persisted agent before the driver selects the single root.
  26. - id: resumed-agent
  27. name: './tests/fixtures/subagent-inheritance-agent.ts'