19 lines
365 B
Markdown
19 lines
365 B
Markdown
# Commit Message Template
|
|
|
|
Use concise scope-based messages:
|
|
|
|
- `boot: harden startup checks`
|
|
- `skills: add calendar-sentinel and inbox-triage`
|
|
- `security: tighten prompt-injection boundaries`
|
|
- `docs: update USER preferences`
|
|
|
|
Format:
|
|
|
|
`<scope>: <single-line summary>`
|
|
|
|
Body (optional):
|
|
|
|
- why change was needed
|
|
- key files touched
|
|
- notable risk/rollback notes
|