## Summary Adds a three-line `TASTE.md` that just links to the canonical SDK design principles at https://github.com/e2b-dev/sdk-harness/blob/main/TASTE.md, so the doc has a single source of truth instead of a copy that can drift. Link to Devin session: https://app.devin.ai/sessions/d9c1132e485340079d77ced1b1f0dca9 Requested by: @mishushakov --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: mish@e2b.dev <mish@e2b.dev> Co-authored-by: Mish Ushakov <10400064+mishushakov@users.noreply.github.com>
1.3 KiB
Use pnpm for node and uv for python to install and update dependencies.
Run pnpm run format, pnpm run lint and pnpm run typecheck before committing changes.
When modifying the SDK packages, ensure equivalent changes are applied to both JS as well as sync and async Python implementations.
Design the SDK in accordance with the design principles in TASTE.md.
Never edit the API, envd, or volume-content specs in spec/ by hand; they are synced with Copybara from e2b-dev/infra and e2b-dev/belt at the commits pinned in spec/infra-ref and spec/belt-ref (see copy.bara.sky and spec/README.md). To update the specs, bump the pins and re-run make codegen, which re-fetches them before generating.
Create or update tests covering affected codepaths and run them using pnpm run test.
Generate a changeset when updating packages/cli, packages/js-sdk, packages/python-sdk with pnpm changeset in the repository root.
When creating a pull request, add usage examples for user-facing changes to the PR description.
When opening a new pull request, use the Linear MCP if available to link to related issues, or create a new issue from the PR description.
Keep PR descriptions up-to-date with changes.
Default credentials are stored in .env.local in the repository root or inside ~/.e2b/config.json.