Current State (+3)
Current State
- Version: [current_version]
- Usage: [where/how it's used]
- Issues: [any known problems]
Update Plan
- Target Version: [target_version]
- Breaking Changes: [yes/no - list if yes]
- Migration Steps:
- [step 1]
- [step 2]
- [step 3]
Testing Plan
- Unit tests pass
- Integration tests pass
- Manual testing completed
- Performance benchmarks within acceptable range
Rollback Plan
If update fails:
- Revert pyproject.toml changes
- Reinstall previous version:
uv pip install [package]==[old_version] - Document issue for future reference