Skip to content

Commit f1ee768

Browse files
committed
upd
1 parent 7ba05b6 commit f1ee768

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

claude.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,8 @@ User* findUser(int userId); // 可能返回 nullptr
116116
## 3. 其他要求
117117
118118
- 每次工作完成须 commit 代码,记忆库和代码分开提交,便于 cherry pick 到主分支
119-
- commit message 须简洁,精炼,不超过 1 行。
119+
- commit message 须简洁,精炼,不超过 1 行。
120+
121+
## 4. 约定
122+
123+
- 编译目录在 ../build, 实现编译产物和代码的完全分离,不要在 workspace 内创建 build 文件夹

0 commit comments

Comments
 (0)