* docs: tighten README, CONTRIBUTING, and CLA prose * docs: add platform comparison and README FAQ * chore: add issue and pull request templates * chore: add repository social preview image
1021 B
1021 B
What this changes
Closes #
Type of change
- Bug fix
- New feature
- Refactor or cleanup
- Documentation
- Other
Checklist
pnpm buildsucceeds (shared types, server, and web all build)pnpm devstarts the server and web client without errors- Tests pass where applicable (
pnpm test) - I updated the relevant
docs/systems/spec if this changed schema, API routes, WebSocket events, the federation protocol, permissions, or the design system - This change resolves the correct federated identity where it compares IDs, checks permissions, or talks to remote servers (no assumption of a single global user ID)
- I have read and agree to the CLA