Skip to content

Commit 3ad62d4

Browse files
authored
Merge pull request #9 from zhujian0805/main
docs: update CLAUDE.md with commit author and co-author instructions
2 parents 35f9cb1 + eef3aa2 commit 3ad62d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CLAUDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ This file documents repository-level expectations and instructions intended to g
77
- If the change does not change to any real code, like python, then no need to test at all
88
- Never commit credentials, keys, .env files
99
- After any changes, run the folling to reinstall the project:
10+
- Always commit with author: Author: Jian Zhu <zhujian0805@gmail.com>
11+
- Never add Co-Authored-By: Claude <noreply@anthropic.com>
1012
```
1113
rm -rf dist/*
1214
./install.sh uninstall
1315
./install.sh
1416
cp ~/.config/code-assistant-manager/providers.json.bak ~/.config/code-assistant-manager/providers.json
15-
```
17+
```

0 commit comments

Comments
 (0)