Problem
The RequestIdMiddleware exists but the correlation ID is not propagated to logs, error responses, or background jobs.
Expected Outcome
Every log entry, error response, and background job includes a correlation ID.
Acceptance Criteria
Files Affected
src/common/request-id.middleware.ts, new src/common/async-context.ts, src/common/logger.ts
Difficulty
Medium
Estimated Effort
Medium (3-5 days)
Labels
observability, enhancement, debugging
Problem
The RequestIdMiddleware exists but the correlation ID is not propagated to logs, error responses, or background jobs.
Expected Outcome
Every log entry, error response, and background job includes a correlation ID.
Acceptance Criteria
Files Affected
src/common/request-id.middleware.ts, new src/common/async-context.ts, src/common/logger.ts
Difficulty
Medium
Estimated Effort
Medium (3-5 days)
Labels
observability, enhancement, debugging