worldbox-observer-mod/.cursorrules
DazedAnon 90d5b1604f Enhance dossier interactions and improve Lore click handling.
- Add related unit tracking for activity logs and dossiers
- Implement colorized names for related units in reason lines
- Update harness scenarios to validate new interactions
- Increment version to 0.26.1 in mod.json
2026-07-17 13:36:33 -05:00

19 lines
565 B
Text

# 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
```