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

Circuitry

Circuitry confirms shaped YAML value flow.

It reserves only root value-boundary fields and leaves the rest of the document open for human and host grouping.

circuitry: "0.8.2"
name: answer
in:
  - $question

answer:
  in:
    question: $question
    prompt: Answer briefly.
  out:
    answer: $answer

out:
  - $answer

Circuitry flattens grouped in / out boundaries and reports unresolved values, duplicate producers, and cycles.

Clone this wiki locally