diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fd96d89 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +retro/acceptance-log.jsonl merge=union diff --git a/CLAUDE.md b/CLAUDE.md index b9a113d..e7bf07c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,5 +1,7 @@ Always respond in 中文 +risk-tier: personal + # 代码设计上的要求 - 各部分功能尽量低耦合,高内聚。 - 各个函数代码做好注释。