flavorpack
2026-03-27
Pre-commit hooks, temp→temporary rename, Go linter fixes, FlavorConfigManager lazy singleton
136 files · 3,858+ · 1,312-
Pre-commit hooks and linter compliance
1 file changed
.pre-commit-config.yamlPre-commit config with ruff, mypy, and standard hooks
temp→temporary lifecycle rename and checksum fix
1 file changed
lifecycle.pyComplete temp→temporary lifecycle rename; map guard fix; checksum verification loosened
- ’temp’ lifecycle renamed to ’temporary’ throughout codebase. Map guard corrected. Checksum verification loosened to handle platform-specific variations in wheel content.
remediate
behavioral
1 file
lifecycle.py
FlavorConfigManager lazy singleton refactor
1 file changed
config.pyFlavorConfigManager refactored as lazy singleton for consistent config access across the process