From d70dda01e2267066d41077ec429396764ce91aa0 Mon Sep 17 00:00:00 2001 From: Mish Ushakov <10400064+mishushakov@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:12:25 +0100 Subject: [PATCH 1/2] Add CLAUDE.md --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000000..10b23483cc --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,5 @@ +Use pnpm for node and poetry for python to install and update dependencies. +Run `pnpm run format`, `pnpm run lint` and `pnpm run typecheck` before commiting changes. +To re-generate the API client run `make codegen` in the repository root. +Run tests on affected codepaths using `pnpm run test`. +Dfault credentials are stored in .env.local in the repository root or inside ~/.e2b/config.json. From b1c2f5a07871b7577f806f45ce3a52829b40fdd0 Mon Sep 17 00:00:00 2001 From: Mish Ushakov <10400064+mishushakov@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:14:37 +0100 Subject: [PATCH 2/2] Fix typo in CLAUDE.md --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 10b23483cc..a2b7962470 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,4 +2,4 @@ Use pnpm for node and poetry for python to install and update dependencies. Run `pnpm run format`, `pnpm run lint` and `pnpm run typecheck` before commiting changes. To re-generate the API client run `make codegen` in the repository root. Run tests on affected codepaths using `pnpm run test`. -Dfault credentials are stored in .env.local in the repository root or inside ~/.e2b/config.json. +Default credentials are stored in .env.local in the repository root or inside ~/.e2b/config.json.