Skip to content

Latest commit

 

History

History
93 lines (71 loc) · 4.31 KB

File metadata and controls

93 lines (71 loc) · 4.31 KB

Problem / Motivation

Why it matters

What changed (motivation → approach → change)

Tests

Manual verification

Screenshots / video

Related Issues

Pattern harvest

Checklist

  • At most two commits (one is the norm), with a Conventional Commits title (feat|fix|docs|refactor|perf|test|chore|ci|build|revert: ...)
  • Existing tests pass and new tests added for new functionality
  • Self-review completed; code follows project style guidelines
  • Documentation updated (if applicable)
  • No secrets, credentials, or internal references in the diff

Contribution License Agreement