name: preferences-change-management description: Change management practices for controlled evolution of systems and codebases. Load when planning migrations, deprecations, or breaking changes.
Change management
- Do not introduce complex code to maintain "backward compatibility" in projects that are not obviously in a state with MANY active users.
- Avoid creating complex fallback mechanisms or complicated backward compatibility code unless explicitly requested to do so.