You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+29-13Lines changed: 29 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
bash-env is a TypeScript implementation of a bash interpreter with an in-memory virtual filesystem. Designed for AI agents needing a secure, sandboxed bash environment. No WASM dependencies allowed.
7
+
just-bash is a TypeScript implementation of a bash interpreter with an in-memory virtual filesystem. Designed for AI agents needing a secure, sandboxed bash environment. No WASM dependencies allowed.
8
8
9
9
## Commands
10
10
@@ -13,6 +13,7 @@ bash-env is a TypeScript implementation of a bash interpreter with an in-memory
13
13
pnpm build # Build TypeScript (required before using dist/)
14
14
pnpm typecheck # Type check
15
15
pnpm lint:fix # Fix lint errors (biome)
16
+
pnpm knip # Check for unused exports/dependencies
16
17
17
18
# Testing
18
19
pnpm test:run # Run ALL tests (including spec tests)
@@ -34,30 +35,30 @@ pnpm shell # Full network access
0 commit comments