Guide for upgrading Speak SDK versions and handling breaking changes in language learning integrations.
For full implementation details, load: Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| Issue | Cause | Solution |
|---|---|---|
| Import errors | Path changed | Update import paths |
| Type errors | Interface changed | Update type definitions |
| Runtime errors | API behavior changed | Review changelog |
| Test failures | Mock outdated | Update test mocks |
For CI integration during upgrades, see speak-ci-integration.
Basic usage: Apply speak upgrade migration to a standard project setup with default configuration options.
Advanced scenario: Customize speak upgrade migration for production environments with multiple constraints and team-specific requirements.