From edca07eaf8a7483829ea03b1c1eed21c323005f7 Mon Sep 17 00:00:00 2001 From: bigboateng Date: Sat, 1 Aug 2026 23:19:12 +0100 Subject: [PATCH] docs(yield): note fresh Go scaffold fix 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-01-go-scaffold-first-run.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 labs/22-yield/distribution/release-notes/2026-08-01-go-scaffold-first-run.md diff --git a/labs/22-yield/distribution/release-notes/2026-08-01-go-scaffold-first-run.md b/labs/22-yield/distribution/release-notes/2026-08-01-go-scaffold-first-run.md new file mode 100644 index 00000000..7f4e64ec --- /dev/null +++ b/labs/22-yield/distribution/release-notes/2026-08-01-go-scaffold-first-run.md @@ -0,0 +1,7 @@ +# Fresh Go scaffolds run immediately + +- Resolve the pinned Yield module when `yskill init` creates a Go workflow. +- Keep later runs read-only so dependency files cannot change after the run is + bound to its source digest. +- Verify a new scaffold completes `yskill test` without a pre-existing + `go.sum` file.