Earlier quoted context omitted.
>= 1.0 in semantic versioning universally means that it should be "stable enough"
I think you're missing the point of contention. > [...] it's not even 1.0 yet. Thus, it isn't stable enough for production use. API stability (i.e. how the API will change in future) is largely unrelated to the question of whether you can trust it to work in production. Maybe for some people API stability is a "must have" for production use, for the sake of minimizing churn when upgrading dependencies, but that's far…
E.g. the API:
char *gets(char *s);
has not changed in probably forty years. Rock stable!