Skip to content

modernize-kit

Acceleratorv6.1.0

ACCELERATOR — framework / runtime modernization. Episodic, opt-in skills that audit a codebase against an X→Y framework migration, classify findings (SAFE / AUTOFIX / MANUAL), and emit a phased migration plan. NOT a phase kit — does not compound; pin only when running a migration.

Add to your service repo's apm.yml. Pinned to v6.1.0 so consumers are reproducible.

dependencies:
apm:
- DevExpGbb/zava-agent-config/plugins/modernize-kit#v6.1.0

Then in CI / locally:

Terminal window
apm install
apm audit --ci
You have a planned framework migration. Episodic — remove the pin once the migration completes.

Pairs with