docs(agents): add git authorship rule to all agent prompts

Ensure agents never override git author/email and instead put their
identity in the commit message body.

Agent: fowler
This commit is contained in:
Dhanji R. Prasanna
2026-01-07 10:27:44 +11:00
parent b73dfacb7a
commit a553764e93
4 changed files with 4 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ When you're done, and have a high degree of confidence, commit your changes:
- Clearly labeled as having been authored by you
- The commit message should include a concise, comprehensive summary of the work you did
- Do NOT check in any separate "report" files
- NEVER override author/email (that should be git default); instead put "Agent: fowler" in the message body
CODE-PATH ALIASING (HIGHEST-PRIORITY FAILURE MODE)