While github.com/opencontainers/runtime-spec/specs-go is a reasonable name for the package, the Spec type there should really have been called Config (because it represents a particular config.json). It's probably too late to be worth changing in runtime-spec, but I think it is worth updating ocitools to use config in its internal names and public API while those are still fluxy. Thoughts?
While
github.com/opencontainers/runtime-spec/specs-gois a reasonable name for the package, theSpectype there should really have been calledConfig(because it represents a particularconfig.json). It's probably too late to be worth changing in runtime-spec, but I think it is worth updating ocitools to useconfigin its internal names and public API while those are still fluxy. Thoughts?