v1.0.9-beta.012 - feat: add real-time API rate limit tracking to system diagnostics
- Implement logApiUsage in system-flags.ts to persist rolling-window API call logs to the database (hourly for ComicVine, daily for Metron.Cloud).
- Update the health-checker.ts engine to parse these logs, calculate total usage, and display live API counts directly in the System Diagnostics modal.
- Inject API tracking hooks into all background metadata sync jobs, interactive searches, and manual issue fetches to ensure 100% accuracy.
- Enhance the diagnostic UI to proactively warn admins when they are approaching their provider's API limits before a block occurs.