From b9d0657b55d464abeea1455364d16291d84d59a0 Mon Sep 17 00:00:00 2001 From: bigboateng Date: Sun, 2 Aug 2026 10:51:37 +0100 Subject: [PATCH] docs(yield): describe DX hardening release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disclosure-Reviewed: reviewed — public-safe only, private facet kept out of this commit --- .../release-notes/2026-08-02-dx-hardening.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 labs/22-yield/distribution/release-notes/2026-08-02-dx-hardening.md diff --git a/labs/22-yield/distribution/release-notes/2026-08-02-dx-hardening.md b/labs/22-yield/distribution/release-notes/2026-08-02-dx-hardening.md new file mode 100644 index 00000000..168bfd78 --- /dev/null +++ b/labs/22-yield/distribution/release-notes/2026-08-02-dx-hardening.md @@ -0,0 +1,14 @@ +# Safer responses and simpler workflow setup + +- Add `yskill respond` so agents can answer a pending step without building a + response file by hand. +- Serialize responses per run across processes, recover exact retries, and + refuse conflicting content. +- Enforce declared `AskUser` options in the TypeScript, Python, Go, and Rust + SDKs. +- Let `yskill doctor` check a workflow without requiring agent adapters, and + keep fixture test runs temporary by default. +- Add bulk adapter registration, safe synchronization, terminal-run pruning, + relocatable Python workflows, and deterministic fixture effects. +- Verify 40 workflow cases and eight runtime checks, including concurrent + response admission and recovery.