ln-773-cors-configurator Type: L3 Worker Category: 7XX Project Bootstrap Configures Cross-Origin Resource Sharing (CORS) policy with security-first approach. --- Overview | Aspect | Details | |--------|---------| | Input | Context Store from ln-770 | | Output | CORS configuration with environment-specific policies | | Stacks | .NET (ASP.NET Core CORS), Python (FastAPI CORSMiddleware) | --- Phase 1: Receive Context Accept Context Store from coordinator. Required Context: - : .NET or Python - : Project directory path - : Development or Production Idempotency Check: - .NET: Grep for or - Python:…