exa-upgrade-migration
Installation
SKILL.md
Exa Upgrade & Migration
Overview
Guide for upgrading Exa SDK versions and handling breaking changes.
Prerequisites
- Current Exa SDK installed
- Git for version control
- Test suite available
- Staging environment
Instructions
Step 1: Check Current Version
set -euo pipefail
npm list @exa/sdk
npm view @exa/sdk version
Related skills