Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 401 Bytes

File metadata and controls

28 lines (20 loc) · 401 Bytes

Contributing

Setup

npm install

Optional Python setup:

cd packages/server-python
pip install -e .[dev]

Validation

npm run build
npm test
npm run test:e2e

Expectations

  • Keep docs aligned with actual implementation.
  • Prefer deterministic tests over provider-dependent tests.
  • Validate Windows-compatible scripts before merging CLI/build changes.