Release Notes

Product updates and improvements

Update Dev 110

06 February 2026

This release focuses on enhancing data consistency and user experience by standardizing company status values across the application. It implements a normalization function in both backend API endpoints and frontend UI components, backed by a database migration to update existing records. It also includes documentation updates and cleanup of obsolete log files.

Highlights

  • Company Status Normalization: Introduced normalizeCompanyStatus to standardize company status values, mapping “active” to “Active - Registered” and “passive” to “Passive - Registered.”
  • API and UI Integration: Integrated status normalization in API routes for creating/assigning entities and in UI components (CustomInspector, useEntityFormState) to ensure consistent handling and display.
  • Database Migration: Added migration 20260206_fix_company_status_values.sql to update existing “active” and “passive” company statuses in the database to their normalized forms.
  • Documentation Updates: Updated packages/db/database-info.md with migration history/environment notes and added docs/stories/58.4.6-scenario-step-refresh-instability.md for scenario refresh analysis.
  • File Cleanup: Removed old layout dump JSON files from logs/tuning/ to improve repository hygiene.