Skip to content

Commit ee82979

Browse files
jzhuclaude
andcommitted
docs: add CLAUDE.md repository guidelines
🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cc7cf7c commit ee82979

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CLAUDE.md — Repository guidelines for AI-assisted edits
2+
3+
This file documents repository-level expectations and instructions intended to guide contributors and AI-assisted editing tools (like Claude Code) when making changes in this project.
4+
5+
- Ask for approval before any git commit and push
6+
- Always run tests before completing all development of new changes
7+
- Always test the CLI usages
8+
- After any changes, run the folling to reinstall the project:
9+
```
10+
rm -rf dist/*
11+
./install.sh uninstall
12+
./install.sh
13+
cp ~/.config/code-assistant-manager/settings.json.bak ~/.config/code-assistant-manager/settings.json
14+
```

0 commit comments

Comments
 (0)