feat: emit stable json errors

This commit is contained in:
Eric Wendland 2026-07-05 18:30:44 +02:00
commit 675e3fb45d
4 changed files with 108 additions and 4 deletions

View file

@ -236,11 +236,11 @@ Goal: make convergence and failure behavior predictable enough for automation.
Goal: make `geth` ergonomic and stable as a base layer for custom automation.
- `[ ]` Stabilize JSON errors.
- `[x]` Stabilize JSON errors.
Acceptance criteria:
- `[ ]` Common failures include stable machine-readable error codes.
- `[ ]` Human errors still include next-step recovery hints.
- `[ ]` Tests assert both code and operator-facing hint for representative
- `[x]` Common failures include stable machine-readable error codes.
- `[x]` Human errors still include next-step recovery hints.
- `[x]` Tests assert both code and operator-facing hint for representative
failures.
- `[ ]` Add wait commands for automation.