docs: add commit signing and authorship conventions to CLAUDE.md
This commit is contained in:
parent
8fe88c8ff6
commit
d3a473466a
1 changed files with 3 additions and 0 deletions
|
|
@ -315,6 +315,9 @@ impl BagRecord {
|
|||
3. **SQL strings**: Use raw strings `r#"..."#` for multi-line queries
|
||||
4. **Tests**: Integration tests in `tests/cli/` and `tests/server/`
|
||||
5. **Commits**: Use Conventional Commit format (`feat:`, `fix:`, `refactor:`, etc.)
|
||||
6. **Commit authorship**: Never add "Co-Authored-By" trailers to commit messages
|
||||
7. **Commit signing**: Never use `--no-gpg-sign` when committing — always allow the default GPG signing
|
||||
8. **Committing**: Do not commit unless explicitly asked to — provide a draft commit message instead
|
||||
|
||||
## Communication Style
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue