subagent-diagnostic-snapshot.patch.yml 660 B

12345678910111213141516171819202122232425262728
  1. # Patch for resuming one seeded corrupt-child diagnostic over the shipped headless profile.
  2. - id: headless-startup
  3. disabled: true
  4. - id: headless-runner
  5. disabled: true
  6. - id: llm-deepseek
  7. disabled: true
  8. - id: session-query-sqlite
  9. disabled: true
  10. - id: session-persistence-jsonl
  11. config:
  12. root: './.sessions'
  13. compression: none
  14. - insert:
  15. - id: session-query
  16. name: './tests/fixtures/subagent-diagnostic-query.ts'
  17. - id: replay
  18. name: '@deepseek-ai/dsh-llm-replay'
  19. # Publish the persisted agent before the driver selects the single root.
  20. - id: resumed-agent
  21. name: './tests/fixtures/subagent-diagnostic-agent.ts'