Commit Graph

4 Commits

Author SHA1 Message Date
cxbAsDev
b80c276f13 fix(crestodian): catch rejection from async respond in sendChat (#100341)
* fix(crestodian): catch rejection from async respond in sendChat

* test(crestodian): fix type cast in sendChat rejection test

* proof(crestodian): remove unused finish binding in proof script

* test(crestodian): make sendChat proof fail on current main by rejecting respond itself

* test(crestodian): remove unused eslint-disable directives

* fix(crestodian): isolate TUI event consumer failures

---------

Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
2026-07-06 01:42:47 -07:00
cxbAsDev
6ae4bbafb0 fix(transcripts): handle read stream errors gracefully in TranscriptsStore (#100524)
* fix(transcripts): handle read stream errors gracefully in TranscriptsStore

* proof(transcripts): add real behavior proof script for store stream error catch

* fix(transcripts): reject with Error in stream error handler

* proof(transcripts): replace wrapper with real EISDIR stream error proof

* fix(transcripts): reject non-ENOENT stream errors after stream close
2026-07-06 01:07:32 -07:00
cxbAsDev
c9a0783922 fix(secrets): suppress unhandled stdout/stderr stream errors in exec resolver (#100521)
* fix(secrets): suppress unhandled stdout/stderr stream errors in exec resolver

* proof(secrets): add real behavior proof script for exec resolver stream error catch

* proof(secrets): replace wrapper with real exec resolver stream error proof

* style: apply oxfmt to changed files
2026-07-06 00:52:22 -07:00
cxbAsDev
e66f43e276 fix(hooks): suppress unhandled stdout/stderr stream errors in gmail watcher (#100519)
* fix(hooks): suppress unhandled stdout/stderr stream errors in gmail watcher

* proof(gmail-watcher): add real behavior proof script for stream error catch

* proof(gmail-watcher): replace wrapper with real stream error proof

* style: apply oxfmt to changed files
2026-07-06 06:58:07 +00:00