CI Pipeline Fix for Database Interface Naming
October 16, 2025
This release fixes a continuous integration pipeline failure where the automated code quality checker was incorrectly flagging legitimate database interface properties. The platform’s naming validators now recognize interfaces that map directly to database tables and exempt them from naming convention rules that don’t apply to database schemas. This restores clean automated builds and prevents false failures.
Infrastructure
- Fixed CI/CD pipeline naming validation — The automated code quality checker was rejecting 19 legitimate interface properties used in the quota system because they follow database naming conventions rather than application-layer conventions. Both validation systems now maintain an allowlist of database-mapped interfaces (quota tiers, monthly usage, model multipliers, and feedback data) and skip inapplicable naming rules for these. Automated builds now pass cleanly.

