Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 874 Bytes

File metadata and controls

33 lines (22 loc) · 874 Bytes

Summary

  • Describe the change clearly and briefly.
  • Explain the user-facing impact.

Motivation

  • Why is this change needed?
  • Link the related issue, discussion, or context.

Changes included

  • List the main implementation, documentation, or test updates.
  • Call out any public API, behavior, or workflow changes.

Validation

  • bun run lint
  • bun run build
  • bun test
  • Additional focused checks (if applicable):

Checklist

  • I followed the contributing guidelines.
  • I added or updated tests where behavior changed.
  • I updated documentation when public behavior or developer workflow changed.
  • I confirmed the change does not introduce security-sensitive regressions.

Notes for reviewers

  • Share anything reviewers should pay extra attention to.
  • Mention follow-up work, trade-offs, or known limitations.