Migration Guide

Writes an upgrade guide for a breaking change, with what breaks and the exact steps and code changes that a user must make to move from the old version to the new version. Use when the user asks for a migration guide, upgrade instructions, or how to handle a breaking change.

jeromeetienne Updated

File contents

Migration guide

Write a guide that moves a user from the old version to the new version.

  1. List each breaking change between the two versions.
  2. For each breaking change, show the old code and the new code side by side.
  3. Give the steps in the order that the user must do them.
  4. Say how the user can check that the upgrade worked.
  5. Say which deprecated behavior still works, and in which version it will be removed.

jeromeetienne/skillmd_opro/tree/main/test_skills/skill_choice/dotagents_folder/skills/migration-guide commit f0f5148927

Frequently asked questions

npx skillmds@latest add jeromeetienne/migration-guide