docs: complete golden json roadmap item

This commit is contained in:
Eric Wendland 2026-07-05 18:31:20 +02:00
commit 448a831a98

View file

@ -94,10 +94,10 @@ and downstream projects.
- `[x]` Peer wire protocol compatibility is documented. - `[x]` Peer wire protocol compatibility is documented.
- `[x]` SQLite and signed-operation compatibility are documented. - `[x]` SQLite and signed-operation compatibility are documented.
- `[~]` Add golden JSON tests. - `[x]` Add golden JSON tests.
Acceptance criteria: Acceptance criteria:
- `[x]` Important script-facing commands have stable JSON fixture tests. - `[x]` Important script-facing commands have stable JSON fixture tests.
- `[ ]` Error JSON includes stable codes for common operator and automation - `[x]` Error JSON includes stable codes for common operator and automation
failures. failures.
- `[x]` Fixture updates require intentional review. - `[x]` Fixture updates require intentional review.