blob: 6cb5378b3961eb5cbc22de3214587dbbcb8b8c20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Git
- Never add a `Co-Authored-By` line to commit messages.
# CLAUDE.md memory
- Create project memory CLAUDE.md at `./.claude/CLAUDE.md,` not `./CLAUDE.md`. Do not commit it to git.
# .gitignore
- Never add `.claude` and `.directory` to local `.gitignore`. These patterns are globally ignored.
# Bash
- Format multi-step Bash commands across multiple lines (one logical step per line, `\` continuations, section `echo`
separators on their own line) rather than one dense single line. I read commands before approving them.
|