mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix git commit prompt
This commit is contained in:
@@ -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>
|
||||
`))();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user