Files
ironclaw/scripts
Henry Park 7a0a853e6f fix(llm): bound structured finalization stalls (#7789)
* refactor(loop-host): split system inference tests

* fix(llm): bound finalization streaming stalls

* Address PR review feedback (#7789)

Bound stalled error-body reads and preserve reasoning fallback semantics.

Cover post-accounting panics, structured-finalization progress transport, and the full default retry budget. Stabilize streaming timing coverage and teach the panic checker about nested test modules.

* Remove stale system inference coverage exemption (#7789)

The referenced lines moved with the inline test module into the out-of-line test file, which is excluded from production changed coverage.

* Address follow-up PR review feedback (#7789)

Treat whitespace-only reasoning as absent and harden cfg(test) path detection for ancestor declarations and intervening attributes.

---------

Co-authored-by: Henry Park <16583448+henrypark133@users.noreply.github.com>
2026-08-21 06:19:51 +00:00
..