Contributing
Graph Builder is intentionally small and API-first. Contributions should preserve that shape.
Local workflow
sh
npm ci
npm run test
npm run build
npm run docs:buildWhat maintainers look for
- Clear user-facing motivation.
- Minimal API surface growth.
- Deterministic behavior by default.
- Docs and examples updated with public behavior changes.
- Tests covering the changed slice.
See the root CONTRIBUTING.md for the full repository contribution guide.

