Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 355 Bytes

File metadata and controls

16 lines (10 loc) · 355 Bytes

Agent Instructions

Commit Messages

  • Use Conventional Commits format: type(scope): summary.
  • The header must be in English.
  • Include a body that describes the change.

Changes

  • Keep diffs minimal and focused.
  • Do not refactor or apply style changes beyond the lines you directly touch.

Tooling

  • Run tests before committing changes.