From cb72759b568baf34281bd15f821ac9834c17bbb9 Mon Sep 17 00:00:00 2001
From: ai_xiaopei <xiaopei@aisim.cn>
Date: Thu, 03 Sep 2026 14:24:29 +0800
Subject: [PATCH] merge: 合并 origin/master schema v2 重构(RWR/增量对账/explore),保留 tag/entity 实验于 experiment 分支 + 本地 expandPath 修复与 draft list 过滤

---
 cmd/review.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cmd/review.go b/cmd/review.go
index a84025b..bdc0561 100644
--- a/cmd/review.go
+++ b/cmd/review.go
@@ -74,7 +74,7 @@
 		if err == nil {
 			content := extractMainContent(string(draftContent))
 			if content != "" {
-				fmt.Println("### 草稿主要内容\n")
+				fmt.Println("### 草稿主要内容")
 				fmt.Println(content)
 			}
 		}

--
Gitblit v1.10.0