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.
- Install the
yoribinary. - Quickstart —
init,add, andrunthe core loop end-to-end. - 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