Skip to content

Commit a4ab960

Browse files
committed
prompts: require commit messages to start with 'This commit'
1 parent 4d18d03 commit a4ab960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codetide/agents/tide/prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
343343
**Instructions:**
344344
1. Write a brief, clear description, focusing on what was changed, added, removed, or refactored. Summarize the implementation approach or the nature of the changes, while providing just enough context to understand them:
345-
- The content must be written in third person and should begin directly with the description, without prefacing it with phrases like `The changes…` - jump straight into what was done.
345+
- This description must be written in third person and should begin with "This commit" followed by a verb (e.g., "This commit adds", "This commit fixes", "This commit refactors") or "This commit introduces" for new features or concepts.
346346
347347
2. Place only the commit subject line inside the commit block:
348348
*** Begin Commit

0 commit comments

Comments
 (0)