Skip to content

Configuration

sarr-io edited this page Jun 17, 2026 · 20 revisions

Configuration

Zinc reads opaque configuration values.

Locations

.zinc/config.yaml
~/.zinc/config.yaml

Example

defaults:
  software: openai-responses.responses

The value is a package reference. Package software and package settings decide what it means.

Boundary note

Zinc stores configuration values. Packages decide what their settings mean.

Clone this wiki locally