Skip to content

Commit d144b3d

Browse files
author
jzhu
committed
Add GitHub Copilot instructions and update CLAUDE.md
1 parent 54ae70c commit d144b3d

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.github/copilot-instructions.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+
```

CLAUDE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ This file documents repository-level expectations and instructions intended to g
55
- Ask for approval before any git commit and push
66
- Always run tests before completing all development of new changes
77
- 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)