feat: add production capability foundations

This commit is contained in:
donghyeon-ka
2026-07-31 23:50:44 +09:00
parent b3add0162d
commit 567422f2e5
757 changed files with 132385 additions and 2146 deletions
+2
View File
@@ -19,6 +19,8 @@ envelope shape, metric cardinality bounds, tracing seam, domain-context propagat
- Error code contract (`error/ApiErrorCode` interface, `error/OperationalError` enum).
- Cross-cutting mapper sentinel (`error/MappingException`).
- Request value contract (`request/Patch`).
- Framework-neutral Redis operational snapshot (`health/RedisHealthSnapshotProvider`) used by
adapters and bootstrap health composition without leaking Actuator or native client types.
- Tracing contract types (`tracing/TraceParent`, `tracing/BaggageAllowlist`,
`tracing/SpanErrorRecorder`) — W3C `traceparent` value type, baggage allowlist,
and the span-error-recording seam (feature-distributed-tracing-contract; the OTel