Add bounded workspace tools - #2037
Merged
Aaronontheweb merged 2 commits intoAug 20, 2026
Merged
Conversation
| var tokens = new List<string>(); | ||
| foreach (var encodedToken in source[1..].Split('/')) | ||
| { | ||
| var token = new StringBuilder(encodedToken.Length); |
Aaronontheweb
force-pushed
the
goal/pit-of-success-structured-workspace
branch
from
August 20, 2026 05:33
fc755be to
9c731cf
Compare
Comment on lines
+384
to
+387
| var missingPath = Path.Combine( | ||
| Path.GetTempPath(), | ||
| "netclaw-missing-" + Guid.NewGuid().ToString("N"), | ||
| "file.txt"); |
| var publicContext = CreateContext(TrustAudience.Public); | ||
|
|
||
| var allowed = policy.TryResolveWritePath("/some/path", publicContext, out _, out var error); | ||
| var path = Path.Combine(Path.GetTempPath(), "netclaw-public-denied.txt"); |
Collaborator
Author
|
Sanitized hosted follow-up from the completed top-of-stack rollout proof (#2039): five trials each for recursive search, known batch read, JSON selection, and image metadata passed 20/20. Every trial used the intended structured workspace tool, and none used a shell fallback. Raw transcripts and environment details are not published. |
Aaronontheweb
force-pushed
the
goal/pit-of-success-structured-workspace
branch
from
August 20, 2026 07:14
9c731cf to
1e900ec
Compare
This was referenced Aug 20, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
file_searchwith literal name and content modes.file_read_manywith complete path authorization and output ceilings.json_read.file_readmetadata.Deterministic evidence
The structured workspace corpus passed 18 of 18 cases. It covers:
No hosted model eval ran for this PR.
Validation
Stack
This PR is layer 5 of GitHub stack #2023. Its base is PR #2033.