feat: emit stable json errors
This commit is contained in:
parent
1f22139070
commit
675e3fb45d
4 changed files with 108 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue