Commit Workflow When committing changes to this repository, follow these steps: 1. Build and typecheck Run both commands and ensure they pass: Do not proceed if either fails. Fix all errors first. 2. Check what changed 3. Create a changeset file IMPORTANT: The CLI package is named (NOT ). Create : Only include packages that were actually modified. Use: - for bug fixes - for new features (backward compatible) - for breaking changes 4. Create feature branch 5. Stage and commit 6. Push and create PR Note: If you need to switch GitHub accounts for PR creation, check for your personal account swit…