1414
1515<p align =" center " >
1616 <a href =" https://www.npmjs.com/package/@operatorstack/yield " ><img alt =" npm version " src =" https://img.shields.io/npm/v/@operatorstack/yield?style=flat-square " /></a >
17+ <!-- npm-exclude:start -->
1718 <a href =" https://pypi.org/project/yieldskill/ " ><img alt =" PyPI version " src =" https://img.shields.io/pypi/v/yieldskill?style=flat-square " /></a >
19+ <!-- npm-exclude:end -->
1820 <a href =" https://github.com/operatorstack/yield/actions/workflows/verify.yml " ><img alt =" Build status " src =" https://img.shields.io/github/actions/workflow/status/operatorstack/yield/verify.yml?branch=main& ; style=flat-square& ; label=build " /></a >
19- <a href =" LICENSE " ><img alt =" MIT license " src =" https://img.shields.io/npm/l/@operatorstack/yield?style=flat-square " /></a >
21+ <a href =" https://github.com/operatorstack/yield/blob/main/ LICENSE" ><img alt =" MIT license " src =" https://img.shields.io/npm/l/@operatorstack/yield?style=flat-square " /></a >
2022</p >
2123
2224<p align =" center " >
2325 <a href =" https://yield.operatorstack.systems/ " >Website</a > ·
2426 <a href =" https://yield.operatorstack.systems/docs/ " >Documentation</a > ·
2527 <a href =" https://www.npmjs.com/package/@operatorstack/yield " >npm</a > ·
28+ <!-- npm-exclude:start -->
2629 <a href =" https://pypi.org/project/yieldskill/ " >PyPI</a > ·
30+ <!-- npm-exclude:end -->
2731 <a href =" https://github.com/operatorstack/yield " >GitHub</a >
2832</p >
2933
@@ -98,7 +102,7 @@ defineSkill((ctx) => {
98102The example uses harmless commands so its fixture can run in any checkout.
99103Replace them with the test, publish, and registry commands for your project.
100104The complete tested source is in
101- [ ` examples/release-checklist ` ] ( examples/release-checklist/ ) .
105+ [ ` examples/release-checklist ` ] ( https://github.com/operatorstack/yield/tree/main/ examples/release-checklist/) .
102106
103107## Use Yield in five steps
104108
@@ -213,8 +217,8 @@ forking. Every side effect crosses one of these primitives:
213217| ` require ` | Bind a required claim to recorded evidence. |
214218| ` blocked ` / ` refused ` | Stop honestly when work cannot or must not continue. |
215219
216- See the [ primitive guides] ( docs/primitives/README.md ) and
217- [ runtime reference] ( docs/reference/cli.md ) for the full contract.
220+ See the [ primitive guides] ( https://github.com/operatorstack/yield/blob/main/ docs/primitives/README.md) and
221+ [ runtime reference] ( https://github.com/operatorstack/yield/blob/main/ docs/reference/cli.md) for the full contract.
218222
219223## Languages and coding agents
220224
@@ -223,10 +227,10 @@ the same program in every language and compares observable behavior.
223227
224228| Language | SDK | Example |
225229| ---| ---| ---|
226- | TypeScript | [ ` @operatorstack/yield ` ] ( sdk/typescript/ ) | [ ` release-checklist ` ] ( examples/release-checklist/ ) |
227- | Python | [ ` yieldskill ` ] ( sdk/python/ ) | [ ` env-doctor ` ] ( examples/env-doctor/ ) |
228- | Go | [ ` sdk/yield ` ] ( sdk/yield/ ) | [ ` investigate ` ] ( examples/investigate/ ) |
229- | Rust | [ ` yieldskill ` ] ( sdk/rust/ ) | [ ` data-migration ` ] ( examples/data-migration/ ) |
230+ | TypeScript | [ ` @operatorstack/yield ` ] ( https://github.com/operatorstack/yield/tree/main/ sdk/typescript/) | [ ` release-checklist ` ] ( https://github.com/operatorstack/yield/tree/main/ examples/release-checklist/) |
231+ | Python | [ ` yieldskill ` ] ( https://github.com/operatorstack/yield/tree/main/ sdk/python/) | [ ` env-doctor ` ] ( https://github.com/operatorstack/yield/tree/main/ examples/env-doctor/) |
232+ | Go | [ ` sdk/yield ` ] ( https://github.com/operatorstack/yield/tree/main/ sdk/yield/) | [ ` investigate ` ] ( https://github.com/operatorstack/yield/tree/main/ examples/investigate/) |
233+ | Rust | [ ` yieldskill ` ] ( https://github.com/operatorstack/yield/tree/main/ sdk/rust/) | [ ` data-migration ` ] ( https://github.com/operatorstack/yield/tree/main/ examples/data-migration/) |
230234
231235Cursor, Codex, and Claude Code are verified integrations. Yield also includes
232236registry-backed project paths for 73 more coding agents. Those paths support
@@ -250,12 +254,12 @@ loop, multi-agent orchestrator, or security sandbox.
250254## Documentation and development
251255
252256- [ Read the public documentation] ( https://yield.operatorstack.systems/docs/ )
253- - [ What a skill workflow is] ( docs/skill-workflows.md )
254- - [ Ten-minute TypeScript quickstart] ( docs/quickstart.md )
255- - [ Working examples in all four languages] ( docs/examples.md )
256- - [ Coding-agent setup] ( docs/agent-setup.md )
257- - [ Testing workflow effects] ( docs/testing-fixtures.md )
258- - [ Guarantees and evaluation results] ( evals/README.md )
257+ - [ What a skill workflow is] ( https://github.com/operatorstack/yield/blob/main/ docs/skill-workflows.md)
258+ - [ Ten-minute TypeScript quickstart] ( https://github.com/operatorstack/yield/blob/main/ docs/quickstart.md)
259+ - [ Working examples in all four languages] ( https://github.com/operatorstack/yield/blob/main/ docs/examples.md)
260+ - [ Coding-agent setup] ( https://github.com/operatorstack/yield/blob/main/ docs/agent-setup.md)
261+ - [ Testing workflow effects] ( https://github.com/operatorstack/yield/blob/main/ docs/testing-fixtures.md)
262+ - [ Guarantees and evaluation results] ( https://github.com/operatorstack/yield/blob/main/ evals/README.md)
259263
260264Run the main checks from the repository root:
261265
@@ -264,7 +268,7 @@ go test ./...
264268npm run test:release
265269```
266270
267- The [ example library] ( examples/library/ ) contains ten common workflows in all
271+ The [ example library] ( https://github.com/operatorstack/yield/tree/main/ examples/library/) contains ten common workflows in all
268272four SDKs, including code review, failure investigation, CI repair, dependency
269273updates, database migration, security audit, and package release.
270274
0 commit comments