fix git commit prompt

This commit is contained in:
weishu
2025-12-29 14:36:24 +08:00
parent 1dc5892df2
commit 7845708123
+3 -5
View File
@@ -12,15 +12,13 @@ const BASE_SYSTEM_PROMPT = (() => trimIdent(`
* Co-authored-by credits to append when enabled
*/
const CO_AUTHORED_CREDITS = (() => trimIdent(`
When making commit messages, instead of just giving co-credit to Claude, also give credit to HAPI like so:
When making commit messages, you SHOULD also give credit to HAPI like so:
<main commit message>
Generated with [Claude Code](https://claude.ai/code)
via [HAPI](https://happy.engineering)
via [HAPI](https://hapi.run)
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: HAPI <yesreply@happy.engineering>
Co-Authored-By: HAPI <noreply@hapi.run>
`))();
/**