Scan a codebase for existing observability instrumentation and identify gaps.
/plugin marketplace add calube/mobile-observability/plugin install mobile-observability@caleb-davis-plugins# Audit Command Scan a codebase for existing observability instrumentation and identify gaps. ## Usage **Arguments:** - `path`: Optional. Directory to scan (defaults to current directory) - Non-existent path: Error with "Path not found: [path]" - Non-directory: Error with "Path must be a directory: [path]" **Examples:** --- ## Workflow ### Step 1: Launch Codebase Analyzer Invoke the `codebase-analyzer` agent to: 1. Detect platform (iOS/Android/React Native) 2. Identify architecture patterns 3. Find existing telemetry SDKs 4. Map instrumentation coverage ### Step 2: Load Refe...