diff --git a/README.md b/README.md index ff2c04f..4df8e5d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Yield -Yield is an open-source execution runtime for programmable Agent Skill workflows. +

+ npm + Build status +

+ +Yield runs portable, resumable workflows for coding agents. **Write one skill workflow. Run it from your coding agents.** @@ -32,7 +37,7 @@ repository. Generated adapters never use a global `yskill` from `PATH`. ```bash # TypeScript (public npm) -npm install --save-exact @operatorstack/yield@0.1.29 +npm install --save-exact @operatorstack/yield@0.1.30 npm exec -- yskill --version # Python, after creating and activating .venv @@ -51,6 +56,10 @@ cargo install yieldskill@0.1.29 --root .yield \ .yield/bin/yskill --version ``` +[Public npm releases](https://www.npmjs.com/package/@operatorstack/yield) +use trusted publishing. The SDK package and all six runtime packages include +SLSA v1 provenance. + Yield creates `.yield/.gitignore` when it registers a Go or Rust workflow, so the local runtime and run state stay out of Git. On Windows, run the local binary as `.\.yield\bin\yskill.exe`.