Dashboard › craft › Distillation
101f091e-e745-48d3-af94-caadc2e49a04["lore_tm_v1_N_lQoV4c4Yi_xyXEf3yhulMD1h-3IVSYJv0dR64srP8"]
Date: Aug 24, 2026
4e2d8f434b7a096349ab088d200371560689d5d3, checkMinimalConfigVersion derives effectiveCurrentVersion by removing pre and build from a prerelease currentVersion before versionGreaterOrEqualThan(effectiveCurrentVersion, minVersion). This relaxation applies only to the current Craft build version, never the configured minVersion side.requiresMinVersion(requiredVersion: string) in src/config.ts to return isVersionGteMinVersion(config.minVersion, requiredVersion), replacing its inline missing-value, parsing, and version-comparison logic.src/schemas/project_config.ts shares releaseUnitFields between the top-level configuration and workspace schema; workspace github fields are all optional because workspace overrides can be partial.extractWorkspaceSelection: explicit ['--workspace', 'cli'] selection; bare --workspace not consuming a following flag; and bare terminal --workspace falling back to CRAFT_WORKSPACE: 'cli'.