cap-upgrade
Installation
SKILL.md
What I do
I drive the cds upgrade CLI, interpret its findings, and walk the developer
through each migration item with concrete fix instructions and links to the
official CAP migration documentation on capire.
What cds upgrade does
cds upgrade is a deterministic command-line tool shipped with @sap/cds-dk.
It is the foundation this skill works on top of.
With --fix it:
- Updates CDS-related dependencies in
package.jsonto the target version - Runs
npm install - Rebuilds the project with the new compiler
- Sets compatibility flags that preserve previous behaviour where applicable