Commit ed3ed0f
committed
docs(agents): require better commit messages
Add explicit commit-message guidance to AGENTS.md so future commits in this repo have a higher baseline than "ship it and pray".
Document a preferred conventional-commit subject, require a real body for non-trivial changes, and spell out the expected structure: subject line, blank line, then a body that explains why the change was needed, what changed, and any relevant validation or constraints.
Also call out anti-patterns such as vague subjects and unwanted attribution trailers so commit history stays useful in git log instead of turning into archaeological rubble.1 parent 9a1a63e commit ed3ed0f
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
91 | 105 | | |
92 | 106 | | |
93 | 107 | | |
| |||
0 commit comments