Expand description
vanta-resolve — turn a Request into a deterministic Resolution.
Resolution reads the registry, filters versions by the request’s constraint,
picks the maximum satisfying version by SemVer ordering, and renders a
per-platform artifact for every requested target. The result is fully pinned
and lockable. See docs/06-resolution.md.
Most tools are independent leaves; inter-tool dependency graphs are resolved where a provider declares them.
Structs§
- Resolver
- Resolves requests against a registry.
Functions§
- artifact_
for - Pick the artifact for a specific platform out of a resolution.