Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.36 KB

File metadata and controls

64 lines (41 loc) · 1.36 KB

Summary

Closes #


Type of Change

  • Bug fix
  • New feature
  • Refactor (no functional change)
  • UI / Design change
  • Tests only
  • Documentation
  • Infrastructure / DevOps
  • Security

What Changed


How to Test


Checklist

  • My code follows the project's coding style (npm run lint --workspaces --if-present passes).
  • 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.log or debug statements left in the code.
  • Breaking changes are documented in this PR description.

Screenshots / Recordings


Additional Context