Skip to content
sarr-io edited this page Jun 19, 2026 · 16 revisions

Shapes

Zinc reads Circuitry files and uses Circuitry to confirm value flow.

Circuitry discovers mappings with in or out. Zinc executes a discovered mapping when its host fields include surface:

analysis:
  answer:
    surface: openai-responses.responses
    preserve: true
    in:
      question: $question
      prompt: Answer briefly.
    out:
      answer: $answer

surface is Zinc navigation. preserve is Zinc storage policy. Circuitry preserves both as host YAML.

Clone this wiki locally