/** * Lexicon manifest validation and version compatibility checking. */ /** * Check if the current version satisfies a semver range requirement. * Supports: >=X.Y.Z, <=X.Y.Z, >X.Y.Z,