Merge pull request #5383 from xl0/instruct-pi-commit

docs: document commit message format
This commit is contained in:
Mario Zechner
2026-06-04 23:48:19 +02:00
committed by GitHub

View File

@@ -52,6 +52,7 @@ Committing:
- Stage explicit paths (`git add <path1> <path2>`); never `git add -A` / `git add .`.
- Before committing, run `git status` and verify you are only staging your files.
- `packages/ai/src/models.generated.ts` may always be included alongside your files.
- Message format: `{feat,fix,docs}[(ai,tui,agent,coding-agent)]: <commit message> (optionally multiple lines)`. Message is informative and concise.
Never run (destroys other agents' work or bypasses checks):