mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
📚 Add explicit commit guideline to builtin agents
This commit is contained in:
parent
3eaf67a385
commit
0ad3ae0620
@ -31,3 +31,7 @@ Requirements:
|
|||||||
exact commands).
|
exact commands).
|
||||||
* Make small and logical commits following the commit guideline described in
|
* Make small and logical commits following the commit guideline described in
|
||||||
`CONTRIBUTING.md`. Commit only when explicitly asked.
|
`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`.
|
||||||
|
|||||||
@ -31,3 +31,7 @@ Requirements:
|
|||||||
commands).
|
commands).
|
||||||
* Make small and logical commits following the commit guideline described in
|
* Make small and logical commits following the commit guideline described in
|
||||||
`CONTRIBUTING.md`. Commit only when explicitly asked.
|
`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`.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user