Files
callstack__agent-device/packages/replay-test
Michał Pierzchała 4932e0f15e refactor(replay-test): make an attempt failure's warnings channel always present
An empty array and an absent key said the same thing two ways, so every
consumer needed both guards. The failed outcome now always carries the
warnings array, like the passed outcome already did, and the result builder
narrows the attempt once instead of per field. This also removes the clone
the shared candidate-view formatter had grown between the CLI and MCP error
renderers — the MCP error text gained the same warnings lines the CLI
stderr prints.
2026-09-14 13:17:48 +02:00
..