/upgrade-runbooks
Upgrade the runbooks PyPI package dependency to a new version. Includes version validation, dependency compatibility checks, and post-upgrade smoke tests.
Benefits
- Safe dependency upgrade with validation gates
- Compatibility verification before committing
- Rollback guidance if issues detected
When to Use
| Attribute | Detail |
|---|---|
| Persona | Python Engineer (PE) |
| Trigger | New runbooks version published on PyPI |
| Business Value | Upgrade dependencies safely without breaking consumer projects |
| Frequency | Every runbooks release |
Example: After runbooks v1.4.0 is published on PyPI, I run /upgrade-runbooks in the cloudops-docs project to upgrade the dependency, verify all 122 CLI commands still pass --help validation, and confirm no breaking changes.