From d188f72ba418e64238401617a95a22685ed78e6b Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Sun, 9 Aug 2026 07:01:53 +0000 Subject: [PATCH] Record 0.3.0-alpha.1 publication --- IMPLEMENTATION_PLAN.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/IMPLEMENTATION_PLAN.md b/IMPLEMENTATION_PLAN.md index 73f4b30..5c89767 100644 --- a/IMPLEMENTATION_PLAN.md +++ b/IMPLEMENTATION_PLAN.md @@ -515,10 +515,13 @@ priorities. - [x] Publish `0.3.0-alpha` for the Netclaw migration gate. The bare SemVer tag published the NuGet package, symbol package, and GitHub prerelease from the reviewed merge commit after Linux and Windows CI passed. -- [x] Prepare `0.3.0-alpha.1` as the next Netclaw validation package. It carries - the bounded Bash heredoc, command-resolution mutation, and here-string - slices merged after the first alpha without changing the public API. - Record publication separately after the tag workflow succeeds. +- [x] Publish `0.3.0-alpha.1` as the next Netclaw validation package. Bare tag + [`0.3.0-alpha.1`](https://github.com/Aaronontheweb/ShellSyntaxTree/releases/tag/0.3.0-alpha.1) + points to reviewed merge `a0f95bdb`; the tag workflow published the + package and symbols to NuGet and created the GitHub prerelease after + Linux and Windows PR validation passed. It carries the bounded Bash + heredoc, command-resolution mutation, and here-string slices merged after + the first alpha without changing the public API. - [x] Replace the pre-alpha consumer preview with the v0.3 occurrence-based authorization loop and separate syntax-display guidance. Document exact, finite, pattern, unknown, joined-cwd, redirect, incomplete-result,