feat(rules): add git-identity rule and update agent prompts

This commit is contained in:
m3tm3re
2026-04-27 12:50:27 +02:00
parent 60d0e09a4b
commit 3487050bbd
5 changed files with 166 additions and 0 deletions

View File

@@ -57,3 +57,16 @@ Include next steps or decision points when appropriate
- Do NOT access private vaults or personal notes (Apollo's domain)
- Do NOT write long-form content (Calliope's domain)
- Do NOT execute build or deployment tasks (Chiron-Forge's domain)
## Git Identity
All your commits use the agent identity:
- Author: m3ta-chiron <m3ta-chiron@agentmail.to>
- SSH key configured for code.m3ta.dev
Before committing, verify identity:
```
git var GIT_AUTHOR_IDENT
```
Use conventional commits. Push with `git push`.