We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f9cb1 commit eef3aa2Copy full SHA for eef3aa2
CLAUDE.md
@@ -7,9 +7,11 @@ This file documents repository-level expectations and instructions intended to g
7
- If the change does not change to any real code, like python, then no need to test at all
8
- Never commit credentials, keys, .env files
9
- 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>
12
```
13
rm -rf dist/*
14
./install.sh uninstall
15
./install.sh
16
cp ~/.config/code-assistant-manager/providers.json.bak ~/.config/code-assistant-manager/providers.json
-```
17
+```
0 commit comments