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 is a host runtime.
alias.path.to.asset
Zinc state is DB-first and path-addressed. Domain tables keep their normal relational shape, and rows that should be navigable carry a path column.
path
Examples:
runs.<run_id>.values.answer zinc://runs/<run_id>/values/answer packages.responses.shapes.short_answer zinc://packages/responses/shapes/short_answer
Dots and slashes are two views of the same tree. Zinc does not maintain a generic address graph.
Parallel workers return result drafts. The parent commits drafts in plan order and serializes database writes.