Skip to content

Commit f7fef4d

Browse files
authored
Add CLAUDE.md (#1137)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Low Risk** > Documentation-only change with no runtime or behavioral impact. > > **Overview** > Adds `CLAUDE.md` with contributor workflow notes: preferred dependency managers (pnpm/poetry), required formatting/lint/typecheck steps, how to run tests, how to regenerate the API client (`make codegen`), and where default credentials are stored. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b1c2f5a. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent bffab42 commit f7fef4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CLAUDE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Use pnpm for node and poetry for python to install and update dependencies.
2+
Run `pnpm run format`, `pnpm run lint` and `pnpm run typecheck` before commiting changes.
3+
To re-generate the API client run `make codegen` in the repository root.
4+
Run tests on affected codepaths using `pnpm run test`.
5+
Default credentials are stored in .env.local in the repository root or inside ~/.e2b/config.json.

0 commit comments

Comments
 (0)