Skip to content

Commit b44ca86

Browse files
authored
chore: update tagline to "Awesomely fast virtual sandbox with bash and file system" (#1029)
## Summary - Updates the project tagline from "Virtual bash interpreter for multi-tenant environments" to "Awesomely fast virtual sandbox with bash and file system" - Changed in all 4 locations: root `Cargo.toml` (comment + description field), `README.md`, and `crates/bashkit/src/lib.rs` rustdoc ## Test plan - [x] `cargo test --all-features` — all 116 tests pass - [x] `cargo fmt --check` — clean - [x] `cargo clippy --all-targets --all-features -- -D warnings` — clean - [x] No code logic changed — metadata/comments only
1 parent 44309c7 commit b44ca86

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bashkit - Virtual bash interpreter for multi-tenant environments
1+
# Bashkit - Awesomely fast virtual sandbox with bash and file system
22
# Part of the Everruns ecosystem
33
# See specs/ for design decisions
44

@@ -12,7 +12,7 @@ edition = "2024"
1212
license = "MIT"
1313
authors = ["Everruns"]
1414
repository = "https://github.com/everruns/bashkit"
15-
description = "Virtual bash interpreter for multi-tenant environments"
15+
description = "Awesomely fast virtual sandbox with bash and file system"
1616
keywords = ["bash", "virtual", "ai", "agent", "everruns"]
1717
categories = ["command-line-utilities", "parser-implementations"]
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![docs.rs](https://img.shields.io/docsrs/bashkit)](https://docs.rs/bashkit)
77
[![Repo: Agent Friendly](https://img.shields.io/badge/Repo-Agent%20Friendly-blue)](AGENTS.md)
88

9-
Virtual bash interpreter for multi-tenant environments. Written in Rust.
9+
Awesomely fast virtual sandbox with bash and file system. Written in Rust.
1010

1111
## Features
1212

crates/bashkit/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Bashkit - Virtual bash interpreter for multi-tenant environments
1+
//! Bashkit - Awesomely fast virtual sandbox with bash and file system
22
//!
33
//! Virtual bash interpreter for AI agents, CI/CD pipelines, and code sandboxes.
44
//! Written in Rust.

supply-chain/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,6 +1798,10 @@ criteria = "safe-to-deploy"
17981798
version = "0.244.0"
17991799
criteria = "safe-to-deploy"
18001800

1801+
[[exemptions.writeable]]
1802+
version = "0.6.2"
1803+
criteria = "safe-to-deploy"
1804+
18011805
[[exemptions.writeable]]
18021806
version = "0.6.3"
18031807
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)