|
- Split error() into error_warn() and error_fatal() for clarity
- Add retry_install() helper to eliminate DRY violation
- Make repo URLs configurable via config file
- Add section headers for better code organization:
- Output & Logging, Installation Helpers, System Detection,
System Configuration
- Standardize function definition style (no space before parens)
- Clean up display() function (remove semicolons, fix spacing)
- Remove legacy error() wrapper
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|