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
Copy file name to clipboardExpand all lines: AGENTS.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,13 +40,15 @@ PSR-12 for PHP. Mago for lint/format (`composer lint`, `composer format`). Prett
40
40
## Commit Message Guidelines
41
41
42
42
- Commit messages must follow Conventional Commits
43
+
- Write messages so they make sense for commit-by-commit development: each commit describes the actual state change from the previous shipped state. Do not mention intermediate or throwaway steps (e.g. classes created and removed in the same session). Describe what the commit delivers, not the path taken to get there
43
44
- Subject format: `<type>(<scope>): <summary>`; use `<type>: <summary>` when scope is omitted
0 commit comments