Skip to content
Merged
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
10 changes: 6 additions & 4 deletions IMPLEMENTATION_PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,12 @@ priorities.
and [GitHub prerelease](https://github.com/Aaronontheweb/ShellSyntaxTree/releases/tag/0.3.0-alpha.2)
include exact module-qualified-looking alias and canonical alias-target
shadowing defenses without changing the public API.
- [ ] Publish `0.3.0-alpha.3` for the Netclaw PowerShell approval integration
after Linux and Windows validate the reviewed initial-state, value,
command-binding, and state-invalidation slice. The package must preserve
the v0.2 projection and the existing public v0.3 API.
- [x] Published `0.3.0-alpha.3` for the Netclaw PowerShell approval integration
after Linux and Windows validated the reviewed initial-state, value,
command-binding, and state-invalidation slice. The
[NuGet package](https://www.nuget.org/packages/ShellSyntaxTree/0.3.0-alpha.3)
and [GitHub prerelease](https://github.com/Aaronontheweb/ShellSyntaxTree/releases/tag/0.3.0-alpha.3)
preserve the v0.2 projection and the existing public v0.3 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,
Expand Down