Skip to content

Commit d3baaf6

Browse files
authored
docs: add bashkit homepage links (#1551)
## What Add the bashkit.sh homepage link to the root README, Rust crate docs, Python README, and Node.js README. ## Why Make the canonical project homepage visible across package docs. ## How Added a short `Homepage: [bashkit.sh](https://bashkit.sh)` line near the top of each requested doc. ## Risk - Low - Docs-only change; package behavior is unchanged. ## Checklist - [x] Tests added or updated - [x] Backward compatibility considered Validation: - `just test` - `just pre-pr`
1 parent 529bb97 commit d3baaf6

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
Awesomely fast virtual sandbox with bash and file system. Written in Rust.
1010

11+
Homepage: [bashkit.sh](https://bashkit.sh)
12+
1113
## Features
1214

1315
- **Secure by default** - No process spawning, no filesystem access, no network access unless explicitly enabled. [250+ threats](specs/threat-model.md) analyzed and mitigated

crates/bashkit-js/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Sandboxed bash interpreter for JavaScript and TypeScript. Native NAPI-RS bindings to the `bashkit` Rust core for Node.js, Bun, and Deno.
44

5+
Homepage: [bashkit.sh](https://bashkit.sh)
6+
57
## Features
68

79
- Sandboxed, in-process execution with a virtual filesystem

crates/bashkit-python/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Sandboxed bash interpreter for Python. Native bindings to the `bashkit` Rust core for fast, in-process execution with a virtual filesystem.
66

7+
Homepage: [bashkit.sh](https://bashkit.sh)
8+
79
## Features
810

911
- Sandboxed execution in-process, without containers or subprocess orchestration

crates/bashkit/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
//! Virtual bash interpreter for AI agents, CI/CD pipelines, and code sandboxes.
44
//! Written in Rust.
55
//!
6+
//! Homepage: [bashkit.sh](https://bashkit.sh)
7+
//!
68
//! # Features
79
//!
810
//! - **POSIX compliant** - Substantial IEEE 1003.1-2024 Shell Command Language compliance

0 commit comments

Comments
 (0)