First PyPI release. Install with pipx install bootstrap-doctor.
Changed
- Made
brigade-clioptional. Bootstrap size limits (soft/hard/ceiling) are still sourced frombrigade.budgetswhen brigade is installed, but a newbootstrap_doctor.budgetsmodule mirrors those canonical values as a fallback so the tool runs standalone. Install thebrigadeextra (pipx install "bootstrap-doctor[brigade]") to source the limits from brigade directly. - Repository now lives under the
escoffier-labsorg.
Added
- Publish-on-tag GitHub Actions workflow (builds and uploads to PyPI on
v*tags). - Test asserting the package imports and the mirrored fallback constants are used when brigade is absent.