Closes #
- Bug fix
- New feature
- Refactor (no functional change)
- UI / Design change
- Tests only
- Documentation
- Infrastructure / DevOps
- Security
- My code follows the project's coding style (
npm run lint --workspaces --if-presentpasses). - TypeScript compiles without errors (
npm run typecheck --workspaces --if-present). - I have added or updated tests for the changes I made.
- All tests pass locally (
npm run test --workspaces --if-present). - I have updated documentation where necessary.
- No new
console.logor debug statements left in the code. - Breaking changes are documented in this PR description.