# Commit message generation (SCM sparkle button)

When Cursor auto-generates a Git commit message for this repository:

1. Write a short imperative subject line (why, ~72 chars).
2. Add a blank line.
3. Summarize the main changes as bullet points (2-6 bullets).
4. Do not put everything in one line.
5. Do not add co-author trailers or agent signatures.

Example shape:

```
Fix Lore row clicks dropping camera follow.

- Pause idle before focusing the browse unit
- Assert camera follow matches Lore detail after row click
- Leave status banners non-clickable
```
