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
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionSuffix>beta.1</VersionSuffix>
<VersionSuffix>beta.2</VersionSuffix>
</PropertyGroup>
<PropertyGroup>
<!-- Target framework matrix -->
Expand Down
4 changes: 4 additions & 0 deletions IMPLEMENTATION_PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ priorities.
adversarial tests; dynamic and executable variants still fail closed.
The PII audit now scans every JSON string and filename with exact,
synthetic-only placeholder exceptions.
- [ ] **Release and consume `0.4.0-beta.2`.** Publish the post-beta.1
PowerShell approval-projection fixes from ShellSyntaxTree PR #176,
then replace Netclaw's package pin and rerun the downstream approval
gates.

## Completed v0.3.0 host integration and release acceptance

Expand Down
18 changes: 18 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
#### 0.4.0-beta.2 2026-09-14 ####

This maintenance prerelease publishes the post-beta.1 PowerShell approval
projection cases verified from live Netclaw prompts.

## Added

- Handle the remaining split/index/join projection as a bounded no-command
case, preserving authored data while exposing no executable command.
- Add sanitized corpus coverage for the live PowerShell prompt shapes now
handled by the parser.

## Security and compatibility

- Keep dynamic and executable split/index/join variants fail closed as
unparseable or dynamically skipped rather than guessing their meaning.
- Preserve the beta.1 public API and all existing Bash and PowerShell facts.

#### 0.4.0-beta.1 2026-09-14 ####

This implementation slice adds bounded PowerShell approval-fatigue evidence
Expand Down