api: finish structured error normalization

This commit is contained in:
a.tolmachev
2026-04-19 22:04:20 +00:00
parent b9ab17d1d3
commit f3f6a3b702
3 changed files with 87 additions and 57 deletions
+5 -5
View File
@@ -2,18 +2,18 @@
## Current
### `feat/error-structure-normalization`
### `feat/correlation-id-propagation`
Status: in_progress
DoD:
- runtime and API errors expose structured context where stable fields exist
- secret/runtime failure classes are mappable without parsing ad hoc message text
- opaque third-party details remain only where no stable structure exists
- admin-api, mcp-server, runtime, and adapters share a propagated correlation id
- request-scoped logs can be joined across layers without guessing from timestamps
- outbound adapter calls include correlation metadata where transport allows it
## Next
- `feat/correlation-id-propagation`
- `feat/runtime-rate-limiting-and-backpressure`
## Backlog