ln-774-healthcheck-setup Type: L3 Worker Category: 7XX Project Bootstrap Configures health check endpoints for Kubernetes probes and monitoring. --- Overview | Aspect | Details | |--------|---------| | Input | Context Store from ln-770 | | Output | Health check endpoints and Kubernetes probe configuration | | Stacks | .NET (AspNetCore.Diagnostics.HealthChecks), Python (FastAPI routes) | --- Phase 1: Receive Context + Identify Dependencies Accept Context Store and scan for dependencies to monitor. Required Context: - : .NET or Python - : Project directory path Idempotency Check: - .NET: Grep f…