Telemetry Quick Start Use this skill to add lightweight app instrumentation that helps debug behavior without turning the codebase into a logging landfill. Prefer Apple's unified logging APIs and verify the events after a build/run loop. Core Guidelines - Prefer from the framework for structured app logs. - Give each feature a clear subsystem/category pair so runtime filtering stays easy. - Log meaningful user and app lifecycle events: window opening, sidebar selection changes, menu commands, menu bar extra actions, sync/load milestones, and unexpected fallback paths. - Keep info logs concise…