Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 765 Bytes

File metadata and controls

32 lines (23 loc) · 765 Bytes

Contributing

Setup

pnpm install
pnpm run build

Local checks

Run these before opening a pull request:

pnpm run typecheck
pnpm run test
pnpm run build
pnpm run test:browser
pnpm run example:deepagent:build

Pull requests

  • Keep changes scoped to one problem.
  • Add or update tests when behavior changes.
  • Update docs when public API, build behavior, or licensing changes.
  • Do not remove the BusyBox compliance materials from the build output unless the shell runtime changes.

Development notes

  • The package is browser-only at runtime. Keep Node-specific code limited to build, test, and tooling paths.
  • Worker/runtime assets are part of the public build output and must keep stable paths unless the docs are updated.