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 resolves package refs by walking zinc.pkg.yaml.
zinc.pkg.yaml
manifest — the package file Zinc reads to find paths inside the package.
openai-responses.software.responses
means:
manifest key: software.responses manifest node: software/responses.py resolved file: <package-root>/software/responses.py
A manifest node can be a string path:
software: responses: software/responses.py
Or a mapping with path:
path
software: responses: path: software/responses.py
zinc://packages/<package>/manifest/<path> zinc://packages/<package>/files/<relative/path>
Examples:
zn read zinc://packages/openai-responses/manifest/software/responses zn read zinc://packages/openai-responses/files/software/responses.py
Zinc does not interpret the key name.
software, settings, docs, shapes, commands, models, and scripts are all just manifest paths unless a package decides otherwise.
software
settings
docs
shapes
commands
models
scripts