Commit Messages
Recommended commit message format for HeadlessX and companion docs work.
by @saifyxpro
Recommended format
Use:
Examples:
Common scopes
apiwebyt-engineinfradocsmcp
Good commit traits
- one clear change per commit
- scope matches the part of the system touched
- summary explains behavior, not just files
Avoid
fix stuffupdate files- mixing refactors, features, and docs with no clear boundary
When docs deserve their own commit
Make a separate docs commit when:
- routes changed
- environment requirements changed
- setup instructions changed
- dashboard UX changes alter operator workflows