Skip to content

Manifest Navigation

sarr-io edited this page Jun 19, 2026 · 6 revisions

Manifest Navigation

Installed packages are readable through zinc://packages.

Zinc records the installed package root and source URI. File reads go back to the installed package directory.

List packages

zn read zinc://packages

Read a manifest

zn read zinc://packages/openai-responses/manifest

Read a manifest node

zn read zinc://packages/openai-responses/manifest/neighbors
zn read zinc://packages/openai-responses/manifest/surfaces/responses

The path after manifest/ is navigated through zinc.pkg.yaml.

Read a package file

zn read zinc://packages/openai-responses/files/surfaces/responses.py

The path after files/ is joined under the installed package root. Zinc rejects . and .. segments.

Boundary

Manifest navigation reads package facts and files. It does not install missing packages or resolve neighbors.

Clone this wiki locally