Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,3 @@
relocatable Python workflows, and deterministic fixture effects.
- Verify 40 workflow cases and eight runtime checks, including concurrent
response admission and recovery.
- Add the public Go `yield.Option` type so external modules can declare closed
`AskUser` choices without importing an internal package.
- Keep Go and Rust runtimes under `.yield/bin`, bind adapters to that path, and
report SDK, runtime, and adapter version mismatches together.
- Preserve a selected Python environment for commands, add deterministic
fixture hooks to new workflows, and make bulk dry-run output describe only
future changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Repository-local runtimes and cleaner installs

- Add the public Go `yield.Option` type so external modules can declare closed
`AskUser` choices without importing an internal package.
- Keep Go and Rust runtimes under `.yield/bin`, bind adapters to that path, and
report SDK, runtime, and adapter version mismatches together.
- Preserve a selected Python environment for commands, add deterministic
fixture hooks to new workflows, and make bulk dry-run output describe only
future changes.
Loading