main: always releasablefeat/*: new featuresfix/*: bug fixesdocs/*: documentation updateschore/*: maintenance tasks
Examples:
feat/dispatch-timeout-wheelfix/ws-reconnect-racedocs/ws-protocol-v1
Spatiad uses Conventional Commits.
Format:
type(scope): short summary
Valid type values:
featfixdocsrefactortestchore
Examples:
feat(dispatch): add radius expansion schedulerfix(ws): handle reconnect replay orderingdocs(api): add webhook signature examples
- Rebase branch onto
main. - Keep PR focused to one concern.
- Fill the PR template fully.
- Ensure CI passes before requesting review.
cd rust
cargo checkcd typescript
pnpm install
pnpm -r build