We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Zinc stores raw shape bytes and uses Circuitry to confirm shape facts.
A Circuitry file is YAML. Zinc does not require JSON, universal values, type labels, or package-specific output formats.
When Zinc runs a shape, it stores:
Circuitry can confirm:
Zinc stores the raw bytes and uses those facts to build package requests.
Shape syntax and variable visibility belong to Circuitry. Zinc should not reinterpret those facts as package behavior.
Keeping the bytes intact makes inspection straightforward: the same file that was confirmed is the same file Zinc stored.
Circuitry confirms shaped YAML. Zinc stores exact bytes and package request facts.