Complete Salesforce integration architecture expertise. PROACTIVELY activate for: (1) ANY integration task (source-to-SF, SF-to-target, bidirectional), (2) Integration pattern selection, (3) Event-driven architecture, (4) Middleware/iPaaS design, (5) Real-time vs batch sync, (6) Authentication and security. Provides: comprehensive integration patterns, architecture recommendations, authentication strategies, error handling, and production-ready integration solutions. Ensures reliable, scalable integrations.
**MANDATORY: Always Use Backslashes on Windows for File Paths** When using Edit or Write tools on Windows, you MUST use backslashes (`\`) in file paths, NOT forward slashes (`/`). **Examples:** - ❌ WRONG: `D:/repos/project/file.tsx` - ✅ CORRECT: `D:\repos\project\file.tsx` This applies to: - Edit tool file_path parameter - Write tool file_path parameter - All file operations on Windows systems ...