Dev Notes

Commit Convention: Feature-Centric Commits

Commits should be feature-centric, where each commit represents a complete feature rather than individual file changes.

This keeps history clear, reviewable, and aligned with feature delivery.