📚 Add explicit commit guideline to builtin agents

This commit is contained in:
Penpot Dev
2026-03-26 14:41:48 +01:00
parent 3eaf67a385
commit 0ad3ae0620
2 changed files with 8 additions and 0 deletions

View File

@@ -31,3 +31,7 @@ Requirements:
exact commands).
* Make small and logical commits following the commit guideline described in
`CONTRIBUTING.md`. Commit only when explicitly asked.
- Do not guess or hallucinate git author information (Name or Email). Never include the
`--author` flag in git commands unless specifically instructed by the user for a unique
case; assume the local environment is already configured. Allow git commit to
automatically pull the identity from the local git config `user.name` and `user.email`.

View File

@@ -31,3 +31,7 @@ Requirements:
commands).
* Make small and logical commits following the commit guideline described in
`CONTRIBUTING.md`. Commit only when explicitly asked.
- Do not guess or hallucinate git author information (Name or Email). Never include the
`--author` flag in git commands unless specifically instructed by the user for a unique
case; assume the local environment is already configured. Allow git commit to
automatically pull the identity from the local git config `user.name` and `user.email`.