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.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<PackageVersion Include="SlackNet.Extensions.DependencyInjection" Version="$(SlackNetVersion)" />
<PackageVersion Include="Cronos" Version="0.13.0" />
<PackageVersion Include="Netclaw.SkillClient" Version="0.4.1" />
<PackageVersion Include="ShellSyntaxTree" Version="0.3.0-alpha.5" />
<PackageVersion Include="ShellSyntaxTree" Version="0.3.0-alpha.6" />
<PackageVersion Include="Termina" Version="0.16.1" />
</ItemGroup>
<!-- Serialization -->
Expand Down
5 changes: 5 additions & 0 deletions IMPLEMENTATION_PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ Done when:
execute commands.
- [x] Netclaw consumes ShellSyntaxTree 0.3.0-alpha command occurrences and
explicit Bash redirect facts for the existing grammar.
- [x] Netclaw consumes ShellSyntaxTree `0.3.0-alpha.6` through its corrected
closed analysis API. The consumer uses joined arguments, value-domain type
patterns, redirect alternatives, and redirect-source alternatives. The
unchanged 225-test Bash, PowerShell 7, and Windows PowerShell 5.1 approval
matrix passes locally.
- [x] Unknown occurrences, cwd facts, wrappers, and redirects stay prompt-only.
Static descriptor redirects no longer appear dynamic.
- [x] The resolved POSIX `/dev/null` device does not create an approval
Expand Down
Loading
Loading