wasn't planning on finding all the flaws in the other yq implementations when doing a #rust version, but now multidoc yaml input through jq is a thing
the thing is super dumb, but have wanted a dumb wrapper for ages
(other impls often try to be smart and end up implementing a tiny subset of jq - which also just had a new version)
mostly wanted to reduce the CI image size with this impl (and this got it down by over 100M thanks to killing python on it) because the python one has been ok (it also shells out to jq), but 100M * num_repos_in_org * num_daily_runs equals a LOT of BW