mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Report context-disposal failure as an independent outcome even when argument, boot, task, or output handling has already produced a primary diagnostic. Keep the primary error first, append the cleanup error, and retain the nonzero exit status so operators can see both the initiating failure and the possibility that teardown or persistence did not complete. Add a regression that combines an invalid app composition with a failing disposer and asserts both ordered stderr lines.