chore: reframe language from sandboxed bash to virtual bash#197
Merged
Conversation
Like Virtual Machines emulate hardware, Bashkit emulates Bash and its filesystem. This change updates project descriptions, docs, specs, code comments, and user-facing strings to use "virtual bash" framing. Security terms (Sandbox Escape TM-ESC-*, sandbox containment) are preserved — the execution is still sandboxed and in-process, but the primary identity is now "virtual bash interpreter". Key changes across 53 files: - Project description: "Virtual bash interpreter for multi-tenant environments" - Feature: "Sandboxed, in-process execution" - "sandbox identity" → "virtual identity" - "sandbox mode" → "virtual mode" - "sandboxed environment" → "virtual environment" - "sandboxed git operations" → "virtual git operations" - Renamed sandbox_identity.rs → virtual_identity.rs - Updated user-facing error messages and version strings https://claude.ai/code/session_012FLQoJqMxGvQs6C8kMYXvY
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
sandbox_identity.rsexample tovirtual_identity.rsTest plan
cargo build --all-featurespassescargo test --all-featurespasses (including spec tests with updated grep patterns)cargo clippy --all-targets --all-features -- -D warningscleancargo fmt --checkclean