yori
Getting Started

Getting Started

Install yori, init a store, scaffold your first artifact, and render it into a pipeline.

Getting up and running with yori takes about a minute. There's no daemon, no server, no account — just a single binary and a directory of markdown files.

  1. Install the yori binary.
  2. Quickstartinit, add, and run the core loop end-to-end.
  3. Concepts — once it works, learn the model: artifacts, types, and the layered store.

The shape of the tool

yori is a sharp Unix filter. It reads artifacts (markdown files) from a store, fills in their variables, resolves their composition (includes and slots), and writes the result to stdout. What you do with that text — pipe it to a model, save it, eval it — is up to you.

echo "stack trace…" | yori run triage --tone=blunt | claude

On this page