ln-772-error-handler-setup Type: L3 Worker Category: 7XX Project Bootstrap Configures global error handling for .NET and Python backend applications. --- Overview | Aspect | Details | |--------|---------| | Input | Context Store from ln-770 | | Output | Exception handling middleware and custom exceptions | | Stacks | .NET (ASP.NET Core Middleware), Python (FastAPI exception handlers) | --- Phase 1: Receive Context Accept Context Store from coordinator. Required Context: - : .NET or Python - : ASP.NET Core or FastAPI - : Project directory path - : Development or Production Idempotency Check: -…