From 2f0dc637340e9eb932f9ce1a46dcfa959173994f Mon Sep 17 00:00:00 2001 From: zj1123581321 Date: Sat, 22 Aug 2026 20:45:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A3=B0=E6=98=8E=20risk-tier=20?= =?UTF-8?q?=E5=B9=B6=E5=8A=A0=E8=B4=A6=E6=9C=AC=20merge=3Dunion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 两处仓级元信息补全: - CLAUDE.md 补单行 risk-tier: personal。CI 侧 .github/workflows/gate.yml 一直传的就是 tier: personal,这行只是让按行 grep 的抽取端也能读到; 缺声明时抽取端按 internal 兜底,与实际门禁档位不一致。 - 新增 .gitattributes,给 retro/acceptance-log.jsonl 标 merge=union。 验收记分卡按流程单独 commit 直推默认分支,并发会话各追加一行时 没有 union 策略会撞冲突;log_acceptance.py 每次写入都会 WARNING 提示补。 via [HAPI](https://hapi.run) Co-Authored-By: HAPI Agent-Executor: cc Agent-Session: 9dd95690-cd40-438a-aed2-eb0c1279caa7 Agent-Effort: xhigh --- .gitattributes | 1 + CLAUDE.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..fd96d890 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +retro/acceptance-log.jsonl merge=union diff --git a/CLAUDE.md b/CLAUDE.md index b9a113d9..e7bf07c2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,5 +1,7 @@ Always respond in 中文 +risk-tier: personal + # 代码设计上的要求 - 各部分功能尽量低耦合,高内聚。 - 各个函数代码做好注释。