Lindy Upgrade & Migration
Overview
Guide for safely upgrading Lindy SDK versions and migrating configurations.
Prerequisites
- Current SDK version identified
- Changelog reviewed for target version
- Backup of current configuration
- Test environment available
Instructions
Step 1: Check Current Version
Step 2: Review Breaking Changes
Step 3: Update Dependencies
Step 4: Update Code
Step 5: Run Migration Tests
For detailed implementation code and configurations, load the reference guide:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
Migration Checklist
Output
- Updated SDK to target version
- Migrated code patterns
- Passing test suite
- Documented changes
Error Handling
| Issue | Cause | Solution |
|---|---|---|
| Import error | Named exports changed | Check new import syntax |
| Type error | Interface changed | Update TypeScript types |
| Runtime error | Method signature changed | Check new API |
Examples
Automated Migration Script
Resources
Next Steps
Proceed to Pro tier skills for advanced features.