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 can read package manifests and package files through zinc:// paths.
zinc://
zn read zinc://packages
zn read zinc://packages/openai-responses/manifest/software/responses
This reads the manifest node at software.responses.
software.responses
zn read zinc://packages/openai-responses/files/software/responses.py
This reads the file from the installed package root.
Package files should be easy to inspect without copying them into Zinc's database.
Zinc records the package root and manifest facts, then reads files from the package when asked.
Manifest navigation keeps package inspection simple and direct.