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.
A package is a directory with a zinc.pkg.yaml manifest file.
zinc.pkg.yaml
name: openai-responses version: "0.3.3" about: OpenAI Responses-shaped model package. source: git: https://github.com/darkhorseprojects/darkhorseprojects-packages.git ref: openai-responses-v0.3.3 path: openai-responses software: responses: software/responses.py shapes: short_answer: shapes/short-answer.circuitry.yaml settings: models: settings/models.yaml docs: readme: docs/README.md
Zinc records enough to locate a package and read its manifest:
name
version
root
source.git
source.ref
source.path
zn pkg install ./openai-responses --global zn pkg list zn pkg check openai-responses zn pkg update openai-responses zn pkg remove openai-responses
Zinc records enough to find a package and read its manifest. The package owns software behavior, settings interpretation, and output schemas.