AZRAS Evaluation — Schema / Platform Version Map
PATCH 140

1. Product application version
   VERSION.json -> version
   Current: 1.0.140

2. Project JSON schema
   core/project_store.py -> SCHEMA_VERSION = 3.0
   This is the current top-level Project JSON save schema.

3. Legacy compatibility defaults
   core/project_coordinator.py contains:
     schema_version default 2.0
     platform_version default 9.4.0
   These are setdefault() compatibility values for older/incomplete Project JSON.
   They are NOT the AZRAS Evaluation application version.
   Do not mechanically replace them with 1.0.xxx.

4. Sub-schema versions
   comparison_interface, detailed_configuration, environment calculation data,
   regional coefficients, and Module-specific payloads have their own schema versions.
   These are independent from the top-level Project JSON schema.

Protection rule:
   Version cleanup must not rewrite Project JSON schema/platform/sub-schema constants
   unless the data migration and 03_AZRAS_Evaluation_2 connection are verified together.
