Honcho TypeScript SDK Migration (v1.6.0 → v2.1.1) Overview This skill migrates code from v1.6.0 to v2.1.1 (required for Honcho 3.0.0+). Key breaking changes: - dependency removed - "Observation" → "Conclusion" terminology - "Deriver" → "Queue" terminology - / → / - → throughout - Streaming via instead of - class removed (returns string now) Quick Migration 1. Update dependencies Remove from package.json. The SDK now has its own HTTP client. 2. Replace with 3. Rename configuration methods 4. Rename listing methods 5. Update streaming 6. Update observations → conclusions 7. Update queue status…