mirror of
https://github.com/NickCrew/Claude-Cortex.git
synced 2026-09-14 20:17:11 +08:00
442 B
442 B
Git Rules
Identity and Attribution (CRITICAL)
- Never include AI or Claude attribution in commit messages, trailers, or author metadata.
- Commits must be authored by the user's git identity.
Commit Format
- Use Conventional Commits:
<type>(scope): <summary> - Keep commits atomic: one logical change per commit.
- Review
git statusandgit diffbefore staging or committing.
Example: fix(auth): prevent token refresh race