You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: AGENTS.md: align commit subject format with SOF conventions
Replace generic "feature: descriptive title" format with the actual
SOF project convention "subsystem: component: short description" and
add instruction to derive prefix from git log of modified files.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Copy file name to clipboardExpand all lines: AGENTS.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,10 @@ This document outlines the rules AI agents must follow when checking out branche
5
5
## Development Standards
6
6
7
7
### Commitment and Sign-off Rules
8
-
***Commit Subject:** Must follow the format `feature: descriptive title`.
8
+
***Commit Subject:** Must follow the format `subsystem: component: short description` matching the SOF project convention. Use the git history of the modified file(s) (`git log --oneline -10 -- <file>`) to determine the correct subsystem and component prefix. Examples:
0 commit comments