Agent Telemetry Make application runtime behavior queryable by coding agents through structured logging and telemetry endpoints. Core Problem Coding agents debugging issues often can't answer "what actually happened at runtime?" because: - Logs don't exist, or are unstructured noise - Logs exist but there's no documented way for agents to query them - Agent docs (CLAUDE.md, AGENTS.md) don't mention how to access telemetry Workflow Phase 1: Audit Current State Determine what telemetry already exists. 1. Check for logging infrastructure: 2. Check for existing telemetry endpoints: 3. Check agent…