Audit existing agent telemetry and identify gaps
/plugin marketplace add nexus-labs-automation/agent-observability/plugin install nexus-labs-automation-agent-observability@nexus-labs-automation/agent-observability[path]# /audit Command
Scan existing agent codebase for telemetry coverage and anti-patterns.
## Arguments
- `path`: Optional path to audit (defaults to current directory)
## Workflow
### Step 1: Launch Codebase Analyzer
Launch `codebase-analyzer` agent to:
1. Detect agent framework(s)
2. Find existing observability SDKs
3. Map agent architecture
4. Identify entry points and key files
### Step 2: Load Audit References
Based on detection, load:
- `references/methodology/agent-observability-tiers.md`
- `references/frameworks/{framework}.md`
- `references/vendors/{vendor}.md` (if vendor dete...