failing ยท diff

git:20260413.140c6fb to git:20260521.e284759

2 added, 3 removed. Audit A to A.

---
name: failing
description: Deterministically fail through the cli-tool adapter.
source:
type: cli-tool
- command: node
+ command: sh
args:
- - -e
- - "process.stderr.write('fixture failure'); process.exit(1)"
+ - ./run.sh
timeout_seconds: 10
inputs: {}
---
Fail deterministically for quorum and retry tests.