Skip to content

Manifest Navigation

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

Manifest Navigation

Zinc can read package manifests and package files through zinc:// paths.

Package facts

zn read zinc://packages

Manifest paths

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

This reads the manifest node at software.responses.

File paths

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

This reads the file from the installed package root.

Why this design exists

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.

Design reason

Manifest navigation keeps package inspection simple and direct.

Clone this wiki locally